Skip to content

Commit 059e331

Browse files
authored
Add lint step to CI workflow (#46)
1 parent 3af63f9 commit 059e331

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
@@ -24,3 +24,4 @@ jobs:
2424
cache: 'npm'
2525
- run: npm ci
2626
- run: npm run test
27+
- run: npm run lint

0 commit comments

Comments
 (0)