Skip to content

Commit d7dfa14

Browse files
committed
fix workflow
1 parent deae8a4 commit d7dfa14

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/code-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: yarn install --immutable --immutable-cache --check-cache
2121
- name: Run lint
22-
run: yarn run lint
22+
run: yarn run lint:eslint
2323
- name: Run build
2424
run: yarn run build
2525
- name: Run test

.prettierrc.json

-3
This file was deleted.

0 commit comments

Comments
 (0)