Overview
This sub-issue proposes setting up lightweight CI checks to validate JSON and YAML files to catch simple errors early.
The goal is to add basic format validation with minimal friction during development.
Tasks
Notes
- Focus initially on basic format validation only (syntax correctness).
- Deeper semantic validation (e.g., validating Grafana dashboards or Prometheus rules more fully) can be added later.
- No changes required to the main repo content — just adds workflows.
Overview
This sub-issue proposes setting up lightweight CI checks to validate JSON and YAML files to catch simple errors early.
The goal is to add basic format validation with minimal friction during development.
Tasks
.jsonfiles (dashboards, etc.)jqorjsonlint.ymland.yamlfiles (prometheus rules, configurations)yamllintmainNotes