Skip to content

Commit

Permalink
Use correct eslintrc path in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LA1CH3 committed May 21, 2024
1 parent 5abd2f4 commit 7a511a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
path: .eslintcache
key: |
${{ runner.os }}-eslint-${{ hashFiles('**/.eslintrc.js') }}
${{ runner.os }}-eslint-${{ hashFiles('**/.eslintrc.cjs') }}
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 7a511a0

Please sign in to comment.