mirror of https://github.com/vuejs/core.git
ci: disable format-check on ci
this causes too many unintended fails on PR merges the task should just be manually run periodically
This commit is contained in:
parent
9906e3a82a
commit
b3916db82d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue