From d7a433b40b818febda497a139b5950d78396d951 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Tue, 20 Sep 2022 10:52:50 +0100 Subject: [PATCH] Cache `eslint` checks during workflow --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86e0dbec76..699d0d9149 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,6 +35,7 @@ jobs: with: key: task-cache path: | + .cache/eslint .cache/jest .cache/stylelint