Use it when editing GitHub Actions workflows, Kubernetes manifests, Docker Compose files, Jekyll front-matter, or OpenAPI specs. The strict YAML 1.2 parser rejects the subtle mistakes — tab indentation, unquoted special keys, Norway problem (`no` → false) — that break deployments. Alternative: `yamllint` on the command line is stricter but slower; this tool is faster for one-off fixes.
Last updated: 2026-04-24