2 Commits

Author SHA1 Message Date
Raffaele Di Fazio
14b5c83ae8
Update scripts/validate-json-yaml.sh
Co-authored-by: vflaux <38909103+vflaux@users.noreply.github.com>
2026-03-28 17:30:45 +01:00
Raffaele Di Fazio
71215a34e9 Replace GrantBirki/json-yaml-validate action with shell script
Replace the third-party GitHub Action with a simple bash script that
uses python3 json.tool and yq (both pre-installed on GitHub runners).

- No external dependencies or pip installs needed
- Same exclusions (Helm templates, mkdocs.yml)
- yq handles multi-document YAML files natively
- Drops PR comment feature (CI output still shows failures clearly)
- Removes pull-requests:write permission (no longer needed)
2026-03-27 16:15:13 +01:00