ci: add astro check, GHA workflow, and pre-commit hook#87
Conversation
Signed-off-by: Rui Vieira <ruidevieira@googlemail.com>
|
Warning Review limit reached
Next review available in: 33 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Rui Vieira <ruidevieira@googlemail.com>
julpayne
left a comment
There was a problem hiding this comment.
LGTM (maybe there is a duplicate file with the other PR?)
What and why
Adds type-checking and build validation to the repo so errors are caught before merge. Closes no issue — quality infrastructure work.
Type
Changes
.github/workflows/ci.yml— new CI job that runsastro checkthenastro buildon all PRs and non-main pushespackage.json— addscheckscript (astro check); adds@astrojs/checkandtypescriptas dev depssrc/env.d.ts— declares virtual modules (virtual:starlight-blog/config,virtual:@pasqal-io/starlight-client-mermaid) and extendsWindowwith__mermaidClassNamesrc/components/ProviderCatalog.astro— removes deadselectedIdvariable; adds non-null assertions onproviderIdinside the closure where the outer guard already guarantees it is defined.pre-commit-config.yaml— local pre-commit hook runningnpm run checkTesting
npm run checkpasses with 0 errors locally