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 committed Nov 8, 2022
1 parent 9906e3a commit b3916db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 b3916db

Please sign in to comment.