Skip to content

Commit

Permalink
Add shellcheck lint GH actions job
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Jul 25, 2024
1 parent 6a470f5 commit 8d9299d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ jobs:
for f in $(find . -name '*.jsonnet' -print); do
jsonnetfmt --pad-arrays --test -- $f
done
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-shellcheck@v1
with:
reporter: github-pr-review
pattern: |
*.sh
step-*

0 comments on commit 8d9299d

Please sign in to comment.