Skip to content

Commit

Permalink
CI: No run shellcheck on programs
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 5, 2024
1 parent b6de9bc commit c58a4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
reporter: ${{ steps.reporter.outputs.value }}
github_token: ${{ secrets.github_token }}
path: "."
path: "!programs/**"
check_all_files_with_shebangs: true
level: error
shellcheck_flags: '--external-sources --severity=error'

0 comments on commit c58a4aa

Please sign in to comment.