Skip to content

Commit 303ca49

Browse files
committed
#517: Try to fix eslint error
1 parent fa1ceed commit 303ca49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- run: npm install -g [email protected]
20-
- run: npm install @eslint/js
20+
- run: npm install
2121
- run: eslint

0 commit comments

Comments
 (0)