Browse Source

Increase linter timeout

pull/1821/head
Gabe Kangas 3 years ago committed by GitHub
parent
commit
e95cf6bc72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

@ -22,3 +22,5 @@ jobs: @@ -22,3 +22,5 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
only-new-issues: true
args: --timeout=2m

Loading…
Cancel
Save