Skip to content

Commit

Permalink
Fix running linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Bardadym committed Dec 26, 2024
1 parent 205f946 commit 8bb980c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm lint
- run: npm run test
- run: npm run lint

0 comments on commit 8bb980c

Please sign in to comment.