Skip to content

Commit

Permalink
ci: update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
purrseus committed Nov 25, 2023
1 parent e27d332 commit 1fafce2
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 --force
npm ci
- run: mv _eslintrc.js .eslintrc.js && mv _prettierrc.js .prettierrc.js
- name: Lint code
run: yarn lint

0 comments on commit 1fafce2

Please sign in to comment.