Skip to content

Commit

Permalink
chore: increase golangci-lint-action timeout
Browse files Browse the repository at this point in the history
Increase golangci-lint-action timeout because the action takes a
more than 1 minutes to run on GitHub's servers (golangci/golangci-lint-action#297).

Enable verbose mode as well, so we can understand what's going on.
  • Loading branch information
bfabio committed Jul 20, 2022
1 parent 1ac4f86 commit 67af374
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 @@ -13,3 +13,5 @@ jobs:
with:
go-version: 1.18.x
- uses: golangci/golangci-lint-action@v3
with:
args: --timeout 3m --verbose

0 comments on commit 67af374

Please sign in to comment.