Skip to content

Commit c4c6563

Browse files
authored
chore: increase golangci-lint-action timeout (#78)
Increase golangci-lint-action timeout because the action takes a more than 1 minute to run on GitHub's servers (golangci/golangci-lint-action#297). Enable verbose mode as well, so we can understand what's going on.
1 parent 1ac4f86 commit c4c6563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
with:
1414
go-version: 1.18.x
1515
- uses: golangci/golangci-lint-action@v3
16+
with:
17+
args: --timeout 3m --verbose

0 commit comments

Comments
 (0)