Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
chore: reenabled lint node cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Sciator committed Oct 21, 2020
1 parent dc27d4e commit 93a5669
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12
# - name: Restore node_modules cache
# uses: actions/cache@v2
# with:
# path: '**/node_modules'
# key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Restore node_modules cache
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn ci
- name: run linter
Expand Down

0 comments on commit 93a5669

Please sign in to comment.