Skip to content

Add yamllint to gitlab ci

Nikolai Kondrashov requested to merge add_yamllint_to_gitlab_ci into master

This adds a (fairly-relaxed) run of yamllint to (a new) .gitlab-ci.yml. This will help us catch some YAML issues, such as duplicate nodes.

Merge request reports