Skip to content

Commit b1cd43c

Browse files
committed
fix: ci
1 parent 842fcfb commit b1cd43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
npm install
3333
3434
- name: Check linting
35-
run: npm run lint
35+
run: npm run lint:eslint
3636

3737
- name: Check TS
3838
run: npm run check-ts

0 commit comments

Comments
 (0)