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 6055684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
version: v1.54.2
args: --timeout 5m0s
working-directory: bib
skip-cache: true

shellcheck:
name: "🐚 Shellcheck"
Expand Down

0 comments on commit 6055684

Please sign in to comment.