Skip to content

Commit

Permalink
chore: update .github/workflows/lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-foundation-bot committed Jul 8, 2024
1 parent 6d83a08 commit 569e311
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ jobs:
- run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} module-swapper
env:
ENABLE_BPMETADATA: 1
- run: |
docker run --rm -e ENABLE_BPMETADATA \
-e EXCLUDE_LINT_DIRS="\./src/frontend_service/*|\./src/retrieval_service/*" \
-v ${{ github.workspace }}:/workspace \
${{ steps.variables.outputs.dev-tools }} \
/usr/local/bin/test_lint.sh

- run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh
env:
ENABLE_BPMETADATA: 1

0 comments on commit 569e311

Please sign in to comment.