Skip to content

Commit 3d7d526

Browse files
authored
ci: add lint step
1 parent c9eadee commit 3d7d526

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm i
24+
- run: npm run lint
2425
- run: npm test

0 commit comments

Comments
 (0)