Skip to content

Commit

Permalink
github: disable caching in golangci-lint
Browse files Browse the repository at this point in the history
Something in the cache is causing false linting errors.
  • Loading branch information
achilleas-k committed Jan 25, 2024
1 parent f9b3fbe commit f02cfee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
version: v1.54.2
args: --timeout 5m0s
working-directory: bib
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true

shellcheck:
name: "🐚 Shellcheck"
Expand Down

0 comments on commit f02cfee

Please sign in to comment.