Skip to content

Commit

Permalink
ci(shellcheck): Pass '--extended-analysis=false' to SHELLCHECK_OPTS
Browse files Browse the repository at this point in the history
We already set this as a directive, but explicitly set it here just in case.
  • Loading branch information
sonic2kk committed Mar 18, 2024
1 parent a1354c8 commit 0ee1d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
version: v0.10.0
SHELLCHECK_OPTS: --extended-analysis=false

0 comments on commit 0ee1d34

Please sign in to comment.