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 chrislone committed Feb 4, 2023
1 parent e3f30d6 commit d2fe47a
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 d2fe47a

Please sign in to comment.