Skip to content

Commit bbf48b9

Browse files
authored
Merge pull request #84 from cloudstruct/chore/ci-golangci-lint-timeout
chore(ci): set 10 minute golangci-lint timeout
2 parents 935e1d9 + 8846e25 commit bbf48b9

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)