Skip to content
Snippets Groups Projects
Unverified Commit b011c17b authored by Guilherme Gazzo's avatar Guilherme Gazzo Committed by GitHub
Browse files

ci: update eslintcache key

parent 8b6824dc
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,10 @@ jobs:
if: matrix.check == 'lint'
with:
path: ./apps/meteor/.eslintcache
key: eslintcache-cache-${{ runner.OS }}
key: eslintcache-cache-${{ runner.OS }}-${{ hashFiles('yarn.lock') }}-${{ github.event.issue.number }}
restore-keys: |
eslintcache-cache-${{ runner.OS }}-${{ hashFiles('yarn.lock') }}
eslintcache-cache-${{ runner.OS }}
eslintcache-cache
- name: Lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment