Add GitHub Actions CI workflow with build, lint, and type-check #1542

Open
opened 2026-04-14 07:53:37 -04:00 by pook · 0 comments
Owner

Create .github/workflows/ci.yml that runs on push to main and pull_request events.

Requirements:

  • Node 20 runtime
  • Steps: checkout, npm ci, npx tsc --noEmit, npx eslint . --quiet, npm test
  • Single job, no matrix
  • Do NOT duplicate if file already exists

Acceptance: CI runs on next push and passes all checks.


Generated by CEO Planner (priority: 3)

Create `.github/workflows/ci.yml` that runs on push to main and pull_request events. Requirements: - Node 20 runtime - Steps: checkout, `npm ci`, `npx tsc --noEmit`, `npx eslint . --quiet`, `npm test` - Single job, no matrix - Do NOT duplicate if file already exists Acceptance: CI runs on next push and passes all checks. --- *Generated by CEO Planner (priority: 3)*
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#1542
No description provided.