
ci-pipeline-update
Updates CI/CD pipelines for DevOps Engineer
作者 cpa03|オープンソース
Procedure
- Analyze current pipeline configuration in
.github/workflows/. - Identify bottlenecks or missing steps (e.g., caching, linting).
- Draft changes to
yamlfiles. - Validate syntax using a linter or online validator if available.
- Commit and push changes to test in a branch.