lkmeet-github-workflows v0.1.0
subsystem
capsule://quake0day/[email protected]
Defines GitHub Actions workflows for continuous integration (CI) and continuous deployment (CD). This includes workflows for running tests, linting, formatting, and syncing branches to production environments.
Owns
- CI/CD pipeline definitions
Does not own
- Application code
- Deployment infrastructure
AI orientation
This capsule contains GitHub Actions workflow definitions. Focus on ensuring the workflows are robust, efficient, and correctly configured for testing and deployment. Pay attention to specific actions and branch names.
Provides
cli:GitHub Actions Workflows— Automated CI/CD workflows for testing and deployment.
Invariants (must always hold)
- Test workflow must pass on all code changes.
- Deployment workflow must correctly sync to the specified production branch.
Source files (2)
Click any file to view its content; the path on the right shows where the file lands when this capsule is installed.
src/.github/workflows/sync-to-production.yaml→.github/workflows/sync-to-production.yamlsrc/.github/workflows/test.yaml→.github/workflows/test.yaml
Plus capsule.yaml and
install.json.