Skip to content

Commit 290d35b

Browse files
committed
ci: Fail reviewdog checks on any issue
1 parent b1507f7 commit 290d35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: golangci-lint
142142
uses: reviewdog/action-golangci-lint@v2
143143
with:
144-
fail_level: error
144+
fail_level: any
145145
reporter: github-pr-review
146146
golangci_lint_version: v${{ steps.versions.outputs.golangci-lint }}
147147
go_version: v${{ steps.versions.outputs.golang }}
@@ -159,7 +159,7 @@ jobs:
159159
- name: actionlint
160160
uses: reviewdog/action-actionlint@v1
161161
with:
162-
fail_level: error
162+
fail_level: any
163163
reporter: github-pr-review
164164

165165
pre-commit:

0 commit comments

Comments
 (0)