chore: Increase golangci-lint timeout (#12106)
This commit is contained in:
parent
3196bc4c1c
commit
9039af6990
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
with:
|
||||
version: v1.50.0
|
||||
only-new-issues: true
|
||||
args: --timeout 15m0s --verbose
|
||||
golangci-master:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
name: lint-master-all
|
||||
|
|
@ -42,4 +43,4 @@ jobs:
|
|||
with:
|
||||
version: v1.50.0
|
||||
only-new-issues: true
|
||||
args: --issues-exit-code=0
|
||||
args: --timeout 15m0s --issues-exit-code=0 --verbose
|
||||
|
|
|
|||
Loading…
Reference in New Issue