Skip to content

Commit

Permalink
fix(ci): golangci-lint timing out in large PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Jerome <[email protected]>
  • Loading branch information
DuckBoss authored and jirihnidek committed Jul 21, 2023
1 parent 0da66f8 commit f97c55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: "latest"
args: "--verbose"
version: latest
args: --verbose --timeout=3m
lint-language:
name: Lint language
runs-on: ubuntu-latest
Expand Down

0 comments on commit f97c55d

Please sign in to comment.