CI/CD pipeline patterns for GitHub Actions and GitLab CI including build, test, lint stages, caching, and deployment strategies
Patterns and templates for CI/CD pipelines across GitHub Actions and GitLab CI, covering build/test/lint stages, caching strategies, and deployment workflows.
lint -> test -> build -> deploy
| | |
| +-- unit +-- staging
| +-- integration +-- production
+-- format
+-- typecheck