Skip to content

Commit

Permalink
Add timeout for golanglci lint
Browse files Browse the repository at this point in the history
Set timeout to 3 min for `golangci-lint`.
  • Loading branch information
HeavyWombat committed Feb 1, 2022
1 parent 938fb9a commit 2be865b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --timeout=3m
version: latest

0 comments on commit 2be865b

Please sign in to comment.