Skip to content

Commit

Permalink
ci: disable format-check on ci
Browse files Browse the repository at this point in the history
this causes too many unintended fails on PR merges
the task should just be manually run periodically
  • Loading branch information
yyx990803 authored and zhangzhonghe committed Apr 12, 2023
1 parent 2031f9a commit f306688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -68,8 +68,8 @@ jobs:
- name: Run eslint
run: pnpm run lint

- name: Run prettier
run: pnpm run format-check
# - name: Run prettier
# run: pnpm run format-check

- name: Run type declaration tests
run: pnpm run test-dts
Expand Down

0 comments on commit f306688

Please sign in to comment.