Skip to content

Commit e3d1bc6

Browse files
committed
Run npm lint in ci.
1 parent bbd5a05 commit e3d1bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.versions.node }}
2525
- run: npm install
26+
- run: npm run lint
2627
- run: npm run build --if-present
2728
- run: npm test

0 commit comments

Comments
 (0)