Skip to content

ci: make frontend compile validation blocking - #110

Merged
jdluu merged 1 commit into
mainfrom
ci/block-frontend-validation
Aug 29, 2026
Merged

ci: make frontend compile validation blocking#110
jdluu merged 1 commit into
mainfrom
ci/block-frontend-validation

Conversation

@jdluu

@jdluu jdluu commented Aug 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • Renames the compile-only validation job to frontend-compile.
  • Removes the non-blocking job setting so failures stop the workflow.
  • Clarifies that the job performs typecheck and bundle compilation, not runtime testing.

Scope

Closes #109. CI hardening only and within the active feature freeze. No application behavior or dependencies changed.

Validation

  • Workflow structural checks: passed
  • TypeScript build: passed
  • Frontend bundle build: passed
  • Frontend tests: 304 passed
  • git diff --check: passed

@jdluu
jdluu merged commit 2817795 into main Aug 29, 2026
3 checks passed
@jdluu
jdluu deleted the ci/block-frontend-validation branch August 29, 2026 20:35
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.

ci: make frontend validation gate blocking

1 participant