Type: DevOps / CI
Priority: P1
Labels: devops
Description
Introduce a CI workflow to automatically validate code quality and build stability on every push and pull request.
Tasks
- Configure CI workflow file
- Run lint checks
- Run tests
- Run build validation
- Ensure multi-version Node support
Acceptance Criteria
- CI runs on push and PR
- Workflow fails on errors
- Only stable code is merged