-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
chore(workflow): add TypeScript type checking step to CI #13367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe workflow configuration file for GitHub Actions was updated to include a new step in the Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Size ReportBundles
Usages
|
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/compiler-ssr
@vue/runtime-core
@vue/reactivity
@vue/runtime-dom
8000
@vue/server-renderer
@vue/shared
vue
@vue/compat
commit: |
676d18b
to
028e2d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/test.yml (1)
107-108
: Add TypeScript type checking to CI
The new “Run tsc” step correctly invokespnpm run check
to catch type errors in thelint-and-test-dts
job.
Please verify that thecheck
script is defined in yourpackage.json
(e.g.tsc --noEmit
or equivalent).
Consider caching TypeScript’s incremental build output (like.tsbuildinfo
) or enabling--incremental
to speed up repeated CI type-check runs.
Dependencies auto-upgrade may cause some type incompatibility issues, such as 2c6c079
Summary by CodeRabbit