We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72da4d9 commit 3b4a7e4Copy full SHA for 3b4a7e4
.github/workflows/lint.yaml
@@ -43,4 +43,5 @@ jobs:
43
REGISTRY=$(grep "REGISTRY_URL := " $MAKEFILE | cut -d\ -f3)
44
echo dev-tools=${REGISTRY}/${IMAGE}:${VERSION} >> "$GITHUB_OUTPUT"
45
fi
46
+ - run: docker run --rm -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} module-swapper
47
- run: docker run --rm -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh
0 commit comments