Skip to content

Commit cbdfbb7

Browse files
committed
Add ECMAScript- and JSON-linters
1 parent 9ab54bc commit cbdfbb7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/eslinter.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ jobs:
3737
ref: ${{ inputs.ref }}
3838

3939
- name: Install ESLint
40-
run: |
41-
npm install eslint --save-dev --verbose
40+
run: npm install -g eslint --save-dev
4241

4342
- 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: ''
43+
run: eslint --config=${{ inputs.config}} --debug
44+
45+
#- name: Lint ECMAScript
46+
# uses: sibiraj-s/action-eslint@master
47+
# with:
48+
# eslint-args: "--config=${{ inputs.config }} --debug"
49+
# all-files: true
50+
# extensions: ''

0 commit comments

Comments
 (0)