Skip to content

Commit 20574c1

Browse files
authored
Make shellcheck to fail on warning only
1 parent 04941a9 commit 20574c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
exclude: "./.git/*" # Optional.
2222
check_all_files_with_shebangs: "true" # Optional.
2323
fail_on_error: "true"
24+
shellcheck_flags: --severity=warning

0 commit comments

Comments
 (0)