feat: add CI quality gate for pull requests #86

Closed
pook wants to merge 1 commit from feat/ci-pr-checks into main
Owner

Summary

  • Adds .forgejo/workflows/pr-check.yml triggered on PRs to main
  • Runs typecheck, lint, and build steps via bun
  • Any failure blocks merge, providing automated quality gate

Closes #79, closes #50

Test plan

  • Open a PR with a type error — verify workflow fails
  • Open a clean PR — verify workflow passes
  • Confirm workflow completes in under 3 minutes

🤖 Generated with Claude Code

## Summary - Adds `.forgejo/workflows/pr-check.yml` triggered on PRs to main - Runs typecheck, lint, and build steps via bun - Any failure blocks merge, providing automated quality gate Closes #79, closes #50 ## Test plan - [ ] Open a PR with a type error — verify workflow fails - [ ] Open a clean PR — verify workflow passes - [ ] Confirm workflow completes in under 3 minutes 🤖 Generated with [Claude Code](https://claude.com/claude-code)
feat: add CI quality gate for pull requests
Some checks failed
agent-worker/pr-tests Running PR tests...
PR Quality Gate / quality-gate (pull_request) Has been cancelled
b7753e10c3
Addresses issues #79 and #50. Adds a Forgejo Actions workflow that
runs typecheck, lint, and build on every PR to main, blocking merge
on any failure.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
Owner

⚠️ No Test Suite Detected

Commit: b7753e10

No test script found in package.json. Add a test script to enable automated testing.

## ⚠️ No Test Suite Detected **Commit:** `b7753e10` No `test` script found in `package.json`. Add a test script to enable automated testing.
Author
Owner

Closing in favor of #92 which consolidates all CI workflow implementations with full quality gate (typecheck, lint, test, build) and workspace-aware caching.

Closing in favor of #92 which consolidates all CI workflow implementations with full quality gate (typecheck, lint, test, build) and workspace-aware caching.
pook closed this pull request 2026-04-08 17:56:35 -04:00
Some checks failed
agent-worker/pr-tests Running PR tests...
PR Quality Gate / quality-gate (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pook/compliancebot!86
No description provided.