Skip to content

Commit af9845c

Browse files
committed
Update reviewdog actions with fail_level=any
1 parent 08ccd7d commit af9845c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: reviewdog/action-actionlint@v1
2222
with:
23-
fail_on_error: true
23+
fail_level: any
2424
filter_mode: nofilter
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
reporter: github-check

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: reviewdog/action-yamllint@v1
2222
with:
23-
fail_on_error: true
23+
fail_level: any
2424
filter_mode: nofilter
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
reporter: github-check

0 commit comments

Comments
 (0)