From f5bef51917c2a3621e0369b17e9d5aeaa872c4e1 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 30 Jan 2024 16:45:44 +0100 Subject: [PATCH] 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. --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 666b2c1..c42af55 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,3 +40,6 @@ jobs: with: version: latest args: --timeout=2m0s + skip-cache: true + skip-pkg-cache: true + skip-build-cache: true