minor #5298 Add yamllint workflow, validates .yaml files (sanmai)
This PR was merged into the 2.16 branch.
Discussion
----------
Add yamllint workflow, validates .yaml files
This has two effects:
- It will validate `.yaml` files for general correctness everywhere except `vendor` and `dev-tools/vendor`
- And as a side-effect, it might enable other workflows to happen. E.g. we will no longer need to consult with forks to see if #5295 #5268 #5183 etc are working.
Commits
-------
f6cdee139 Add yamllint workflow