Skip to content

Commit

Permalink
Increase golangci-lint timeout. Ref: golangci/golangci-lint-action#297
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 19, 2022
1 parent 187eccd commit 713e5bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
go-version: 1.17.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --timeout 5m0s

0 comments on commit 713e5bf

Please sign in to comment.