Skip to content

Commit ff9cfa8

Browse files
committed
Add eslinter
1 parent 845b23e commit ff9cfa8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/eslinter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
node-version: latest
2626

2727
- name: Install ESLint
28-
run: npm install -g npx --save-dev
29-
run: npm install -g eslint --save-dev
28+
run: |
29+
npm install -g npx --save-dev
30+
npm install -g eslint --save-dev
3031
3132
- name: Checkout Code
3233
uses: actions/checkout@v4

0 commit comments

Comments
 (0)