Skip to content

Commit 845b23e

Browse files
committed
Add eslinter
1 parent 195d76d commit 845b23e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/eslinter.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
node-version: latest
2626

2727
- name: Install ESLint
28+
run: npm install -g npx --save-dev
2829
run: npm install -g eslint --save-dev
2930

3031
- name: Checkout Code
@@ -34,6 +35,12 @@ jobs:
3435
repository: ${{ inputs.repository }}
3536
ref: ${{ inputs.ref }}
3637

38+
- name: Debug
39+
run: |
40+
ls -lha ../../
41+
ls -lha ../
42+
ls -lha .
43+
3744
- name: Lint ECMAScript
3845
uses: sibiraj-s/action-eslint@master
3946
with:

0 commit comments

Comments
 (0)