Skip to content

Commit 88d8aa9

Browse files
committed
ci: add step install dependencies
1 parent 7cc2a1a commit 88d8aa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
node-version: 20
2424

25+
- name: Install dependencies
26+
run: npm ci
27+
2528
- name: ESLint
2629
run: npm run lint
2730

0 commit comments

Comments
 (0)