Skip to content

Commit d38d6ae

Browse files
committed
Update quality checks pipeline.
1 parent f4347cc commit d38d6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: "npm"
2626

2727
- name: Install linting dependencies
28-
run: make install-node
28+
run: make install
2929

3030
- name: Lint
3131
run: make lint

0 commit comments

Comments
 (0)