Skip to content

Commit 67d30b9

Browse files
committed
fix: fmt workflow
1 parent 3d879e6 commit 67d30b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/fmt.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ jobs:
2020
run: yarn
2121

2222
- name: Check fmt
23-
run: |
24-
yarn prefmt
25-
yarn fmt:check
23+
run: yarn fmt:check

0 commit comments

Comments
 (0)