Skip to content

Commit 5df2231

Browse files
committed
add lint step to ci
1 parent 5a55a9e commit 5df2231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
steps:
1717
- checkout
1818
- run: npm install
19+
- run: npm run lint
1920
- run: npm test
2021
- run: npm run coveralls

0 commit comments

Comments
 (0)