We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195d76d commit 845b23eCopy full SHA for 845b23e
1 file changed
.github/workflows/eslinter.yml
@@ -25,6 +25,7 @@ jobs:
25
node-version: latest
26
27
- name: Install ESLint
28
+ run: npm install -g npx --save-dev
29
run: npm install -g eslint --save-dev
30
31
- name: Checkout Code
@@ -34,6 +35,12 @@ jobs:
34
35
repository: ${{ inputs.repository }}
36
ref: ${{ inputs.ref }}
37
38
+ - name: Debug
39
+ run: |
40
+ ls -lha ../../
41
+ ls -lha ../
42
+ ls -lha .
43
+
44
- name: Lint ECMAScript
45
uses: sibiraj-s/action-eslint@master
46
with:
0 commit comments