Skip to content

Commit

Permalink
Set fail_on_error in the lint/go workflow (#5460)
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
  • Loading branch information
Warashi authored Dec 27, 2024
1 parent ab37feb commit 6e98705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
go_version: ${{ env.GO_VERSION }}
golangci_lint_version: ${{ env.GOLANGCI_LINT_VERSION }}
fail_on_error: true # this option is deprecated on v2.7.0, but we use v2.1.3, so it's still available

web:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e98705

Please sign in to comment.