Skip to content

Commit c61e5b3

Browse files
committed
Increase timeout of golangci-lint action to 3m0s
There is an issue related to this: golangci/golangci-lint-action#297
1 parent fbd1c4b commit c61e5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
# Optional: golangci-lint command line arguments.
3333
# args: --issues-exit-code=0
34+
args: --timeout 3m0s
3435

3536
# Optional: show only new issues if it's a pull request. The default value is `false`.
3637
only-new-issues: true

0 commit comments

Comments
 (0)