This directory contains GitHub-specific configuration files for CI/CD workflows.
- Run tests on pull requests
- Deploy to Cloud Run on merge to main
- Security scanning
- Dependency updates
- Build and test frontend
- Deploy to Cloud Run
- Preview deployments for PRs
- Linting and formatting checks
- Type checking
- Test coverage reports
GitHub Actions workflows will be added in future phases.
For now, use Cloud Build for CI/CD:
See docs/deployment/CLOUD_RUN_DEPLOYMENT.md for setup instructions.