Skip to content

Commit 54aea25

Browse files
committed
ci: add timeout for golangci-lint
Related issue: golangci/golangci-lint-action#297
1 parent da2e724 commit 54aea25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v2
2222
with:
23-
version: latest
23+
version: v1.29
24+
args: --timeout 3m0s

0 commit comments

Comments
 (0)