From b29fa6cf74198c6c5ff36c00730b5dbe5bdc4fe5 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Mon, 18 May 2026 01:36:57 +0200 Subject: [PATCH] feat(ops): integrate README Integrity Guardrail into automated sync workflow --- .github/workflows/readme_sync.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/readme_sync.yml b/.github/workflows/readme_sync.yml index 4dd03f09..7024ff9d 100644 --- a/.github/workflows/readme_sync.yml +++ b/.github/workflows/readme_sync.yml @@ -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"