Skip to content

Commit

Permalink
Configure golangci-lint timeout to 5minutes (#43)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
a-hilaly authored Oct 4, 2024
1 parent bf2f74f commit 7f3b5b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m
version: v1.60
only-new-issues: true

0 comments on commit 7f3b5b1

Please sign in to comment.