Skip to content

Commit 16e6908

Browse files
committed
Set fail_on_error in the lint/go workflow
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
1 parent ab37feb commit 16e6908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
go_version: ${{ env.GO_VERSION }}
2626
golangci_lint_version: ${{ env.GOLANGCI_LINT_VERSION }}
27+
fail_on_error: true # this option is deprecated on v2.7.0, but we use v2.1.3, so it's still available
2728

2829
web:
2930
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)