Skip to content

Commit 8bb980c

Browse files
author
Denis Bardadym
committed
Fix running linting
1 parent 205f946 commit 8bb980c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm ci
2929
- run: npm run build --if-present
30-
- run: npm test
31-
- run: npm lint
30+
- run: npm run test
31+
- run: npm run lint

0 commit comments

Comments
 (0)