Add CI workflow to run tests and validation on pull requests #50

Closed
opened 2026-04-08 12:31:30 -04:00 by pook · 1 comment
Owner

11 open PRs have no automated quality gate. Add CI pipeline:

  1. Create a workflow file triggered on pull_request events
  2. Steps: checkout, install dependencies, lint, type-check, run tests
  3. Use dependency caching for faster runs
  4. Add status badge to README

This unblocks confident merging of the 11 pending PRs.

Acceptance criteria:

  • CI triggers on every PR update
  • Pipeline: install, lint, type-check, test (fail-fast)
  • Workflow uses node_modules caching
  • Clear pass/fail status visible on PR

Generated by CEO Planner (priority: 3)

11 open PRs have no automated quality gate. Add CI pipeline: 1. Create a workflow file triggered on pull_request events 2. Steps: checkout, install dependencies, lint, type-check, run tests 3. Use dependency caching for faster runs 4. Add status badge to README This unblocks confident merging of the 11 pending PRs. Acceptance criteria: - CI triggers on every PR update - Pipeline: install, lint, type-check, test (fail-fast) - Workflow uses node_modules caching - Clear pass/fail status visible on PR --- *Generated by CEO Planner (priority: 3)*
Author
Owner

Closing as duplicate of #88 (canonical issue). Fix in PR #92.

Closing as duplicate of #88 (canonical issue). Fix in PR #92.
pook closed this issue 2026-04-08 17:56:41 -04:00
Sign in to join this conversation.
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#50
No description provided.