We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab54bc commit cbdfbb7Copy full SHA for cbdfbb7
.github/workflows/eslinter.yml
@@ -37,12 +37,14 @@ jobs:
37
ref: ${{ inputs.ref }}
38
39
- name: Install ESLint
40
- run: |
41
- npm install eslint --save-dev --verbose
+ run: npm install -g eslint --save-dev
42
43
- name: Lint ECMAScript
44
- uses: sibiraj-s/action-eslint@master
45
- with:
46
- eslint-args: "--config=${{ inputs.config }} --debug"
47
- all-files: true
48
- extensions: ''
+ run: eslint --config=${{ inputs.config}} --debug
+
+ #- name: Lint ECMAScript
+ # uses: sibiraj-s/action-eslint@master
+ # with:
+ # eslint-args: "--config=${{ inputs.config }} --debug"
49
+ # all-files: true
50
+ # extensions: ''
0 commit comments