mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Added .eslintcache
caching to CI
refs https://github.com/TryGhost/Toolbox/issues/532 - this will cache the `.eslintcache` files in packages, which should dramatically speed up linting in CI
This commit is contained in:
parent
e313423d2e
commit
a287912cf2
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -26,6 +26,12 @@ jobs:
|
||||
with:
|
||||
node-version: '16.13.0'
|
||||
cache: yarn
|
||||
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ghost/**/.eslintcache
|
||||
key: eslint-cache
|
||||
|
||||
- run: yarn
|
||||
- run: yarn lint
|
||||
- uses: daniellockyer/action-slack-build@master
|
||||
|
Loading…
Reference in New Issue
Block a user