Skip to content

Commit

Permalink
Make shellcheck to fail on warning only
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatStasGuy authored Feb 19, 2024
1 parent 04941a9 commit 20574c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
exclude: "./.git/*" # Optional.
check_all_files_with_shebangs: "true" # Optional.
fail_on_error: "true"
shellcheck_flags: --severity=warning

0 comments on commit 20574c1

Please # to comment.