Merge pull request #647 from strukturag/ci-lint-cache

CI: Disable cache for linter to bring back annotations.
This commit is contained in:
Joachim Bauch 2024-01-30 17:03:22 +01:00 committed by GitHub
commit 7a6cffdc10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,3 +40,6 @@ jobs:
with:
version: latest
args: --timeout=2m0s
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true