Skip to content

Commit a691818

Browse files
michelabboudclaude
andcommitted
fix: Add fail_level to reviewdog actions, use fail_on_error for shfmt
Add fail_level: error to the 5 reviewdog actions that support it (misspell, hadolint, yamllint, actionlint, shellcheck). For shfmt, which hasn't added fail_level support yet, use fail_on_error: true. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 31b7153 commit a691818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: reviewdog/action-shfmt@v1
5959
with:
6060
level: warning
61-
fail_level: error
61+
fail_on_error: "true"
6262
shfmt_flags: "-i 2 -ci -bn"
6363
github_token: ${{ secrets.GITHUB_TOKEN }}
6464
-

0 commit comments

Comments
 (0)