Skip to content

Commit e8bf9ae

Browse files
committed
ci: do not test format
1 parent 0350ed0 commit e8bf9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Install dependencies
3636
run: pnpm install
3737

38-
- name: Format ✨
39-
run: pnpm run test.format
38+
# - name: Format ✨
39+
# run: pnpm run test.format
4040

4141
- name: Lint ✨
4242
run: pnpm run test.lint

0 commit comments

Comments
 (0)