yamllint

Linter for YAML files that checks syntax and style compliance

brewmacoslinux
Try with needOr install directly
Source

About

Linter for YAML files

Commands

yamllint

Examples

Lint a single YAML file$ yamllint config.yaml
Lint all YAML files in a directory recursively$ yamllint -d relaxed .
Lint with a custom configuration file$ yamllint -c .yamllint deployment.yaml