We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4347cc commit d38d6aeCopy full SHA for d38d6ae
1 file changed
.github/workflows/quality-checks.yml
@@ -25,7 +25,7 @@ jobs:
25
cache: "npm"
26
27
- name: Install linting dependencies
28
- run: make install-node
+ run: make install
29
30
- name: Lint
31
run: make lint
0 commit comments