We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdfbb7 commit 5fa4233Copy full SHA for 5fa4233
.github/workflows/eslinter.yml
@@ -37,10 +37,12 @@ jobs:
37
ref: ${{ inputs.ref }}
38
39
- name: Install ESLint
40
- run: npm install -g eslint --save-dev
+ run: |
41
+ npm install eslint --save-dev
42
+ npm install eslint-config-standard --save-dev
43
44
- name: Lint ECMAScript
- run: eslint --config=${{ inputs.config}} --debug
45
+ run: ./node_modules/.bin/eslint --config=${{ inputs.config}} --debug
46
47
#- name: Lint ECMAScript
48
# uses: sibiraj-s/action-eslint@master
0 commit comments