Skip to content

Commit fd1b795

Browse files
committed
fix github workflow
1 parent 9ffd64d commit fd1b795

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,5 @@ jobs:
2121
- name: Install Dependencies
2222
run: yarn install
2323

24-
- name: Code Format
25-
run: yarn format:check
26-
27-
- name: Code Lint
28-
run: yarn lint
24+
- name: Code Format & Lint
25+
run: yarn run format-n-lint

0 commit comments

Comments
 (0)