We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab37feb commit 16e6908Copy full SHA for 16e6908
.github/workflows/lint.yaml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
go_version: ${{ env.GO_VERSION }}
26
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
28
29
web:
30
runs-on: ubuntu-latest
0 commit comments