We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9becea5 commit 0e814ceCopy full SHA for 0e814ce
.github/actions/es-lint/action.yml
@@ -4,7 +4,7 @@ runs:
4
using: "composite"
5
steps:
6
- name: Install deps
7
- run: npm i -g npm && npm install
+ run: npm install
8
shell: bash
9
- name: Run lint
10
run: npm run test:lint
0 commit comments