feat(ops): integrate README Integrity Guardrail into automated sync workflow

This commit is contained in:
Nubenetes Bot
2026-05-18 01:36:57 +02:00
parent 29a0bc3976
commit b29fa6cf74

View File

@@ -33,6 +33,10 @@ jobs:
run: |
python src/readme_updater.py
- name: Validate README Integrity (Guardrail)
run: |
python src/safety_readme.py
- name: Commit and Push README Updates
run: |
git config --global user.name "Nubenetes Bot"