Skip to content

ci: add PR gate workflow for lint, test, and build - #138

Merged
joshuawheelock merged 1 commit into
jumbocontext:mainfrom
Saturate:ci/pr-gate
Jun 4, 2026
Merged

ci: add PR gate workflow for lint, test, and build#138
joshuawheelock merged 1 commit into
jumbocontext:mainfrom
Saturate:ci/pr-gate

Conversation

@Saturate

@Saturate Saturate commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Adds a GitHub Actions workflow that runs lint, test, and build as parallel jobs on every PR targeting main. No PR gate existed before, so broken code could be merged without CI catching it.

Note: the build job will fail on current main due to existing TypeScript errors in the daemon files (refiner, reviewer, codifier). The lint job will also fail until #137 is merged. These are pre-existing issues that this workflow is designed to surface.

Runs lint, test, and build as separate parallel jobs on every PR
targeting main. No PR gate existed before; broken code could be
merged without any CI check.
@joshuawheelock
joshuawheelock merged commit 770f732 into jumbocontext:main Jun 4, 2026
2 of 6 checks 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