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 Feb 19, 2024
1 parent 467da98 commit 8c08845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
args: --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 8c08845

Please sign in to comment.