Skip to content

Commit

Permalink
Add --timeout flag to golangci-lint action
Browse files Browse the repository at this point in the history
Add timeout flag to increase the runtime for golangci-lint.
  • Loading branch information
HeavyWombat committed Jul 23, 2024
1 parent 474764f commit 638fae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: true
args: --timeout=5m --verbose

0 comments on commit 638fae4

Please sign in to comment.