Skip to content

Commit 1898154

Browse files
Add lint task to the CI workflow
1 parent f226ae4 commit 1898154

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
@@ -12,4 +12,5 @@ jobs:
1212
with:
1313
node-version: '14.x'
1414
- run: npm ci
15+
- run: npm run lint
1516
- run: npm test

0 commit comments

Comments
 (0)