Skip to content

ci: add PR check workflow for lint, typecheck, and build#102

Merged
samholmes merged 1 commit intomainfrom
ci/pr-checks
Mar 17, 2026
Merged

ci: add PR check workflow for lint, typecheck, and build#102
samholmes merged 1 commit intomainfrom
ci/pr-checks

Conversation

@samholmes
Copy link
Contributor

Summary

  • Adds a new check.yml GitHub Actions workflow that runs on every pull request targeting main
  • Runs three checks sequentially: lint (bun run lint), type check (bunx tsc --noEmit), and build (bun run build)
  • Uses concurrency groups per branch to cancel outdated runs when new commits are pushed
  • Catches build failures (like the recent Suspense boundary issue) before they hit main

Copy link
Contributor

@tomatrow tomatrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks goo to me

@samholmes samholmes merged commit 8e77ded into main Mar 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants