Skip to content

Commit 088b94e

Browse files
authored
Focus linting for PR review to new changes (#37)
1 parent 0c1dea6 commit 088b94e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
go-version-file: go.mod
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
27+
with:
28+
only-new-issues: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)