Skip to content

Add a PR build-check workflow#6

Merged
dannon merged 1 commit into
mainfrom
add-pr-build-check
May 27, 2026
Merged

Add a PR build-check workflow#6
dannon merged 1 commit into
mainfrom
add-pr-build-check

Conversation

@dannon

@dannon dannon commented May 27, 2026

Copy link
Copy Markdown
Member

Summary

  • New .github/workflows/build-check.yml runs npm ci && npm run build on every PR against main
  • Catches broken builds before merge instead of finding out at deploy time on push to main
  • Mirrors the build step from deploy.yml (node 20, npm cache) but without the deploy job

Test plan

  • CI surfaces the build job on this PR and it passes

…ery PR against main so a broken build gets caught before merge instead of failing the deploy workflow on push to main. Mirrors the build step from deploy.yml (node 20, npm cache) but without the deploy job.
@dannon dannon merged commit 847d934 into main May 27, 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.

1 participant