Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purrseus committed Jul 7, 2023
1 parent 69139bf commit 8c2e3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
npm pkg delete scripts.postinstall scripts.prepare
npm install
npm ci
- run: mv _eslintrc.js .eslintrc.js && mv _prettierrc.js .prettierrc.js
- name: Lint code
run: yarn lint

0 comments on commit 8c2e3ff

Please sign in to comment.