Skip to content

Commit 2cec362

Browse files
committed
Add npm lint step to GitHub Actions workflow
1 parent 0acca88 commit 2cec362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
cache: 'npm'
2929

3030
- run: npm ci
31+
- run: npm run lint
3132
- run: npm run build --if-present
3233
- run: npm test
3334

0 commit comments

Comments
 (0)