Add CI workflow for PR validation #82

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

Summary

  • Adds Forgejo Actions CI workflow triggered on pull requests to main
  • Runs typecheck, lint, and build across all workspace packages using Bun
  • Caches Bun dependencies between runs for fast execution

Closes #50

Test plan

  • Open a PR and verify the workflow triggers
  • Introduce a type error and confirm it fails
  • Confirm caching works on subsequent runs
  • Verify pipeline completes in under 3 minutes

🤖 Generated with Claude Code

## Summary - Adds Forgejo Actions CI workflow triggered on pull requests to `main` - Runs typecheck, lint, and build across all workspace packages using Bun - Caches Bun dependencies between runs for fast execution Closes #50 ## Test plan - [ ] Open a PR and verify the workflow triggers - [ ] Introduce a type error and confirm it fails - [ ] Confirm caching works on subsequent runs - [ ] Verify pipeline completes in under 3 minutes 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Add CI workflow for pull request validation
Some checks failed
agent-worker/pr-tests Running PR tests...
CI / validate (pull_request) Has been cancelled
a82f7edfa5
Adds Forgejo Actions workflow triggered on PRs to main that runs
typecheck, lint, and build across all workspace packages. Uses Bun
with dependency caching for fast runs.

Closes #50

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

⚠️ No Test Suite Detected

Commit: a82f7edf

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

## ⚠️ No Test Suite Detected **Commit:** `a82f7edf` 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...
CI / validate (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!82
No description provided.