mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-22 09:03:23 +00:00
feat(ops): integrate README Integrity Guardrail into automated sync workflow
This commit is contained in:
4
.github/workflows/readme_sync.yml
vendored
4
.github/workflows/readme_sync.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user