docs(roadmap): note CI workflows disabled (billing paused)

This commit is contained in:
saravanakumardb1 2026-02-12 23:30:58 -08:00
parent a383b245e5
commit 33a646c0fe

View File

@ -440,7 +440,7 @@ The following gaps were identified by scanning every import in the actual codeba
### CI Setup
- [x] **5.1** Create `.github/workflows/ci.yml` — build + test + typecheck + lint on push/PR to main
- [x] **5.1** Create `.github/workflows/ci.yml` — build + test + typecheck + lint on push/PR to main (currently `ci.yml.disabled` — billing paused)
- [x] **5.2** Add matrix strategy: 9 package tests + 4 service tests (parallel jobs, Node 20)
- [x] **5.3** Type-check works: `pnpm typecheck` (`pnpm -r exec tsc --noEmit`) — passes
- [x] **5.4** ESLint configured: `eslint.config.js` at root, `pnpm lint` works