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 0f35566 commit 9be5b4e
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 @@ -40,9 +40,9 @@ jobs:

# Optional: working directory, useful for monorepos
# working-directory: somedir

# 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 9be5b4e

Please sign in to comment.