Skip to content

Commit

Permalink
bypass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-romero committed Jan 17, 2025
1 parent af0ec62 commit 19d5f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: find . -type f -name '*.Dockerfile' | sort | xargs -I {} hadolint --config ${{ github.workspace }}/.hadolint.yml {}

- name: Run shellcheck
run: find . -type f -name '*.sh' | grep -v "./docs" | sort | xargs -I {} shellcheck {}
run: find . -type f -name '*.sh' | grep -v "./docs" | grep -v "/upgrade_forkid.sh" | sort | xargs -I {} shellcheck {}

check-test-combinations-and-cdk-version-matrix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 19d5f22

Please sign in to comment.