mirror of https://github.com/vuejs/core.git
ci: enforce format check
This commit is contained in:
parent
623ba514ec
commit
bd08f057fc
|
@ -109,8 +109,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