Skip to content

Commit 9be5b4e

Browse files
committedFeb 19, 2024··
Only report new issues in golangci-lint github action
1 parent 0f35566 commit 9be5b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/golangci-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040

4141
# Optional: working directory, useful for monorepos
4242
# working-directory: somedir
43-
43+
4444
# Optional: show only new issues if it's a pull request. The default value is `false`.
45-
# only-new-issues: true
45+
only-new-issues: true
4646

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

0 commit comments

Comments
 (0)
Please sign in to comment.