Skip to content

Commit 8846e25

Browse files
committed
chore(ci): set 10 minute golangci-lint timeout
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 935e1d9 commit 8846e25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
uses: golangci/golangci-lint-action@v3
3131
with:
3232
version: v1.50.1 # current version at time of commit
33-
# Optional: golangci-lint command line arguments.
34-
# args: --issues-exit-code=0
35-
only-new-issues: true
33+
args: --timeout 10m
3634
- name: go-test
3735
run: go test ./...

0 commit comments

Comments
 (0)