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:
parent
5168817dc9
commit
f0693c7d4f
3 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue