Introduce a section explaining **CI/CD (Continuous Integration / Continuous Deployment)** concepts with practical examples. **Suggested Actions:** * Create a new folder: `ci-cd/` or `devops/ci-cd/` * Cover key topics: * What is CI/CD and why it's important * Basic GitHub Actions workflow (`.github/workflows/`) * Example: Build + test C++/Python projects automatically * Deployment triggers (optional) * Include annotated YAML examples for clarity
Introduce a section explaining CI/CD (Continuous Integration / Continuous Deployment) concepts with practical examples.
Suggested Actions:
Create a new folder:
ci-cd/ordevops/ci-cd/Cover key topics:
.github/workflows/)Include annotated YAML examples for clarity