Skip to content

Commit

Permalink
ci: add timeout for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Nov 25, 2021
1 parent da2e724 commit 54aea25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
version: v1.29
args: --timeout 3m0s

0 comments on commit 54aea25

Please sign in to comment.