The yamllint job is based on the python implementation which is not always suitable since some repositories are using a PHP or JavaScript implementation. It is also causing us to have to maintain per repo specific jobs.
Instead, the yaml linting should be done by a test embedded in the repository and run by the usual test job (npm test, tox, etc).