Skip to content

Commit

Permalink
infra: Don't check j2 files with ShellCheck
Browse files Browse the repository at this point in the history
The j2 files are our templating and these are not usual shell scripts.
  • Loading branch information
jkonecny12 committed Aug 31, 2023
1 parent e610539 commit 243a6d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}
exclude-path:
- '*.j2'
- '**/*.j2'

- if: ${{ always() }}
name: Upload artifact with ShellCheck defects in SARIF format
Expand Down

0 comments on commit 243a6d0

Please sign in to comment.