AWS prescriptive-guidance documentation change
Summary
Formatting change: Removed bold formatting from section number in markdown table
Security assessment
Change only adjusts markdown syntax for section numbering without altering security-related content about code checks
Diff
diff --git a/prescriptive-guidance/latest/mlops-checklist/continuous-integration.md b/prescriptive-guidance/latest/mlops-checklist/continuous-integration.md index c9d95192c..ab5356c66 100644 --- a//prescriptive-guidance/latest/mlops-checklist/continuous-integration.md +++ b//prescriptive-guidance/latest/mlops-checklist/continuous-integration.md @@ -11 +11 @@ The ML system runs tests to validate that the system works from end to end, chec -**5.1 Local code checks** | Before committing code into a centralized code repository, developers locally run checks such as basic unit tests and static analysis. Running these checks before committing increases overall code quality and catches problems before they enter version control. +5.1 Local code checks| Before committing code into a centralized code repository, developers locally run checks such as basic unit tests and static analysis. Running these checks before committing increases overall code quality and catches problems before they enter version control.