mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-09 15:39:02 -04:00
ci: Increase linter timeout (#4981)
This commit is contained in:
parent
e289ba6187
commit
bbc923d66b
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -29,5 +29,7 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.47
|
||||
# Windows times out frequently after about 5m50s if we don't set a longer timeout.
|
||||
args: --timeout 10m
|
||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||
# only-new-issues: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user