Skip to content

Commit

Permalink
ci: Add skip-cache: true for golangci/golangci-lint-action (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjek authored Apr 6, 2024
1 parent 641cac4 commit 5b208ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
version: latest
skip-cache: true
args: --verbose
build:
runs-on: macos-latest
Expand Down

0 comments on commit 5b208ec

Please sign in to comment.