Skip to content

Commit

Permalink
Merge branch 'main' into skyway-expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
mjulian authored Nov 20, 2024
2 parents f08af01 + b1360f0 commit 4b4ed5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
with:
python-version: 3.8
- name: Shellcheck
run: shellcheck *.sh
run: shellcheck ${{ github.workspace }}/*.sh
- name: Lint IAM policy documents
run: find ${{ github.workspace }} \( -depth 1 -type f -iname "*.json" -o -depth 1 -type f -iname "*.json.template" \) -exec jq -c . {} +

0 comments on commit 4b4ed5a

Please sign in to comment.