CI/CD
Owner: DevOps
Reviewers: Engineering Leads
Status: Active
Version: 0.1
Last Updated: 2026-09-16
Review Cycle: Per pipeline change
Confirmed CI
Workflow: .github/workflows/ci.yml
| Job | Trigger | Checks |
|---|---|---|
| Branch rules | PR | Validates source/target branch rules. |
| Branch name | PR | Warns on naming convention mismatch. |
| Commitlint | PR | Validates PR title and commits. |
| Backend | PR/push | Install, Prisma generate, lint, build, test. |
| Web | PR/push | Install, lint, build. |
Gaps
- Mobile checks are not confirmed in current CI.
- Deployment automation is not confirmed in current CI.
- Release artifact signing/scanning is TBD.