Skip to content

Commit b3916db

Browse files
committed
ci: disable format-check on ci
this causes too many unintended fails on PR merges the task should just be manually run periodically
1 parent 9906e3a commit b3916db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
- name: Run eslint
6969
run: pnpm run lint
7070

71-
- name: Run prettier
72-
run: pnpm run format-check
71+
# - name: Run prettier
72+
# run: pnpm run format-check
7373

7474
- name: Run type declaration tests
7575
run: pnpm run test-dts

0 commit comments

Comments
 (0)