mirror of https://github.com/vuejs/core.git
chore(workflow): add TypeScript type checking step to CI pipeline (#13367)
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
Lock Closed Issues / action (push) Has been cancelled
Details
Auto close issues with "can't reproduce" label / close-issues (push) Has been cancelled
Details
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
Lock Closed Issues / action (push) Has been cancelled
Details
Auto close issues with "can't reproduce" label / close-issues (push) Has been cancelled
Details
This commit is contained in:
parent
2c6c0794a1
commit
9fa787cfd2
|
@ -104,5 +104,8 @@ jobs:
|
||||||
- name: Run prettier
|
- name: Run prettier
|
||||||
run: pnpm run format-check
|
run: pnpm run format-check
|
||||||
|
|
||||||
|
- name: Run tsc
|
||||||
|
run: pnpm run check
|
||||||
|
|
||||||
- name: Run type declaration tests
|
- name: Run type declaration tests
|
||||||
run: pnpm run test-dts
|
run: pnpm run test-dts
|
||||||
|
|
Loading…
Reference in New Issue