Skip to content

Commit

Permalink
increase timeout and use caching for golangci-lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Nov 9, 2024
1 parent 5c01992 commit ff77279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: -v --disable lll --disable interfacer --disable gochecknoglobals
args: --timeout=5m -v --disable lll --disable interfacer --disable gochecknoglobals
skip-cache: false

0 comments on commit ff77279

Please sign in to comment.