Commit Graph

1 Commits

Author SHA1 Message Date
Felipe Cardoso
a09d1d0edd feat: Add Gitea CI/CD pipeline
Complete CI/CD workflow with:
- Lint job: Ruff, mypy (backend), ESLint, TypeScript (frontend)
- Test job: pytest with 90% coverage threshold, Jest tests
- Build job: Docker image builds with layer caching
- Deploy job: Placeholder for production deployment
- Security job: Bandit scan via Ruff, npm audit

Closes #15
2025-12-30 02:13:34 +01:00