Skip to content

Commit

Permalink
fix skip cache on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rymdlego committed Oct 25, 2024
1 parent 7bb5503 commit e69d83e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
with:
version: v1.47.0
args: "--timeout 5m0s"
cache-key: golangci-lint-cache-${{ runner.os }}-${{ github.run_id }}
skip-cache: true # Skip lint cache
skip-pkg-cache: true # Skip Go package cache
skip-build-cache: true # Skip Go build cache
- name: Check Formatting
run: gofmt -l .
environment-test:
Expand Down

0 comments on commit e69d83e

Please sign in to comment.