You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CI-CD/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ AI tools can accelerate writing CI/CD pipeline YAML, jobs, and scripting snippet
64
64
65
65
Suggested workflow:
66
66
- Use AI to draft CI/CD pipeline templates or job steps as a starting point (for example, generating a minimal GitHub Actions workflow).
67
-
- Run the draft pipeline in a safe non-production environment or CI sandbox to validate syntax and basic behaviour.
67
+
- Run the draft pipeline in a safe non-production environment or CI sandbox to validate syntax and basic behavior.
68
68
- Require a human reviewer to validate generated steps for correctness, idempotence, and security implications (especially around secrets, permissions, and external actions).
69
69
- Add tests or smoke checks to the pipeline so changes can be validated automatically when the pipeline runs.
70
70
- Promote approved templates into a central location (for example, `.github/workflows/` or a shared pipeline template repository) so teams reuse vetted, audited pipelines.
0 commit comments