]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(workflow): add TypeScript type checking step to CI pipeline (#13367)
authoredison <daiwei521@126.com>
Thu, 22 May 2025 07:48:20 +0000 (15:48 +0800)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 07:48:20 +0000 (15:48 +0800)
.github/workflows/test.yml

index 25c2556091c35845dde5653427551c6d0b8863c5..1122eb355733ba152fe078d20df556505d60b43f 100644 (file)
@@ -104,5 +104,8 @@ jobs:
       - name: Run prettier
         run: pnpm run format-check
 
+      - name: Run tsc
+        run: pnpm run check
+
       - name: Run type declaration tests
         run: pnpm run test-dts