Skip to content

Commit 4e1c98c

Browse files
Update docs/CI-CD/README.md
Co-authored-by: Tess Ferrandez <[email protected]>
1 parent dce33fd commit 4e1c98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CI-CD/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ AI tools can accelerate writing CI/CD pipeline YAML, jobs, and scripting snippet
6464

6565
Suggested workflow:
6666
- 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.
6868
- Require a human reviewer to validate generated steps for correctness, idempotence, and security implications (especially around secrets, permissions, and external actions).
6969
- Add tests or smoke checks to the pipeline so changes can be validated automatically when the pipeline runs.
7070
- 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

Comments
 (0)