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 |
|