Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Aug 13, 2024
1 parent f02e2b7 commit 3693468
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ jobs:
- name: Install dependencies
run: |
npm i
- name: Install ESLint
run: |
npm install eslint@8.10.0
- name: Run ESLint
run: npx eslint . --ext .js --config .eslintrc.js
run: npm run lint

0 comments on commit 3693468

Please sign in to comment.