Skip to content

Commit 5e2f5ac

Browse files
chore: update .github/workflows/lint.yaml
1 parent bb15264 commit 5e2f5ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
REGISTRY=$(grep "REGISTRY_URL := " $MAKEFILE | cut -d\ -f3)
4444
echo dev-tools=${REGISTRY}/${IMAGE}:${VERSION} >> "$GITHUB_OUTPUT"
4545
fi
46+
- run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} module-swapper
47+
env:
48+
ENABLE_BPMETADATA: 1
49+
4650
- run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh
4751
env:
4852
ENABLE_BPMETADATA: 1

0 commit comments

Comments
 (0)