Skip to content

Commit

Permalink
Only report new issues in golangci-lint github action
Browse files Browse the repository at this point in the history
  • Loading branch information
epapbak committed Mar 4, 2024
1 parent 9a01d0f commit 6684d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--enable=goimports,gosimple,nilerr,prealloc,revive,staticcheck,unconvert,unused,zerologlint
--timeout=3m
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
only-new-issues: true

# Optional: if set to true then the action will use pre-installed Go.
# skip-go-installation: true
Expand Down

0 comments on commit 6684d7e

Please sign in to comment.