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.
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