Skip to content

Commit

Permalink
fix(ci): passing timeout arg to golangci linter (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
semihbkgr authored Nov 17, 2024
1 parent c91017e commit 14b2f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
working-directory: ${{ github.repository }}
# Optional: golangci-lint command line arguments.
args: |
--config="${{ github.workspace }}/${{ github.repository_owner }}/meta/golangci.yml"
--config="${{ github.workspace }}/${{ github.repository_owner }}/meta/golangci.yml" --timeout=5m
lint-soft:
strategy:
Expand Down

0 comments on commit 14b2f91

Please sign in to comment.