-
Notifications
You must be signed in to change notification settings - Fork 402
Add typecheck for bundle #2014
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
Add typecheck for bundle #2014
Conversation
|
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
commit: |
89823af to
531c4e4
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.
Pull request overview
This PR adds a new GitHub Actions workflow to validate that the exported TypeScript types from the monorepo packages are consumable and accurate. The workflow uses @arethetypeswrong/cli to detect common issues with package type definitions that could cause problems for consumers.
Key Changes:
- Introduces automated type checking for distributed packages using
@arethetypeswrong/cli - Configured with a matrix strategy to support checking multiple packages (currently just "start")
- Runs on pull requests and pushes to the main branch
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
make sure the types we export are consumable and accurate