Skip to content

Commit

Permalink
Fix arg to golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Oct 29, 2023
1 parent fd47e41 commit 9de7188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Run golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false --timeout=300"
golangci_lint_flags: "--tests=false --timeout=5m"

0 comments on commit 9de7188

Please sign in to comment.