Skip to content

Commit 3727528

Browse files
committed
install npm deps in linting step
1 parent 54fd1cd commit 3727528

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@master
2828

29+
- name: Install Node.js dependencies
30+
run: npm ci
31+
2932
- name: Lint
3033
run: npm run lint

0 commit comments

Comments
 (0)