Skip to content

Commit

Permalink
Temporarily disable ESLint cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hvergara committed Jul 2, 2024
1 parent 8afdd18 commit 6d74995
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lint_and_typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
path: ~/.npm
key: CACHE-${{ env.cache-name }}-${{ hashFiles('package-lock.json') }}

- name: 📦 Download Cached Eslint output
uses: actions/cache@v3
env:
cache-name: ESLINT
with:
path: .eslintcache
key: CACHE-${{ env.cache-name }}-${{ hashFiles('.eslintcache') }}
# - name: 📦 Download Cached Eslint output
# uses: actions/cache@v3
# env:
# cache-name: ESLINT
# with:
# path: .eslintcache
# key: CACHE-${{ env.cache-name }}-${{ hashFiles('.eslintcache') }}

- name: 📦 Download Cached Typescript output
uses: actions/cache@v3
Expand Down

0 comments on commit 6d74995

Please sign in to comment.