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 28, 2023
1 parent a9089dc commit 0683f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm ci
npm i
- name: Run ESLint
run: eslint . --ext .js

0 comments on commit 0683f97

Please sign in to comment.