Skip to content

Commit 44d47bb

Browse files
committed
fix: Modify lint CI
1 parent e8c4ee6 commit 44d47bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: npm ci, and npm lint
2727
run: |
2828
npm ci
29-
npm test
29+
npm run lint
3030
env:
3131
CI: true

0 commit comments

Comments
 (0)