Skip to content

Commit

Permalink
ci: increase linter timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Nov 23, 2020
1 parent b61c491 commit 7c687f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.32.2
args: --timeout=5m30s

- name: Format
run: make format-check
Expand Down

0 comments on commit 7c687f7

Please sign in to comment.