We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd059a commit 8aa432bCopy full SHA for 8aa432b
.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