We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd1b80 commit 44d2ac9Copy full SHA for 44d2ac9
1 file changed
.github/workflows/eslinter.yml
@@ -24,19 +24,19 @@ jobs:
24
with:
25
node-version: latest
26
27
- - name: Install ESLint
28
- run: |
29
- #npm install -g npx --save-dev
30
- #npm install -g eslint --save-dev
31
- npm install eslint --save-dev --verbose
32
-
33
- name: Checkout Code
34
uses: actions/checkout@v4
35
36
fetch-depth: 0
37
repository: ${{ inputs.repository }}
38
ref: ${{ inputs.ref }}
39
+ - name: Install ESLint
+ run: |
+ #npm install -g npx --save-dev
+ #npm install -g eslint --save-dev
+ npm install eslint --save-dev --verbose
+
40
- name: Debug
41
continue-on-error: true
42
run: |
0 commit comments