ci(front): speedup linting with eslint by using cache

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2503>
This commit is contained in:
Kasper Seweryn 2023-06-19 23:24:49 +02:00
commit f0693c7d4f
3 changed files with 7 additions and 1 deletions

View file

@ -30,6 +30,9 @@ variables:
prefix: front-node_modules
files: [front/yarn.lock]
paths: [front/node_modules]
- key:
prefix: front-lint
files: [front/.eslintcache]
# Cache for api related jobs
# Include the python version to prevent loosing caches in the test matrix