CI: Disable cache for linter to bring back annotations.

Previously, extracting the cache caused lots of errors that filled up
the log and prevented the annotations from being shown.
This commit is contained in:
Joachim Bauch 2024-01-30 16:45:44 +01:00
parent 390f288c1a
commit f5bef51917
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

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