Skip to content

Commit

Permalink
Fix: disable golangci-lint cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtamm committed Sep 11, 2024
1 parent 7843aba commit 81bbd53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: latest
skip-cache: true
args: --exclude-dirs tests --timeout 3m --verbose -D unused -D errcheck -D staticcheck -D govet -D gosimple -D ineffassign

build:
Expand Down

0 comments on commit 81bbd53

Please sign in to comment.