Skip to content

WIP: Validate yaml

Zeger-Jan van de Weg requested to merge validate-yaml into master

To me it seemed validating the yaml files was the easiest way to get some validation on the files in this repository thus I've implemented just that.

There are 3 commits, Ill rebase them before merging, but I needed 3 builds to see the impact of my changes. 3764bd63 contains a invalid yaml file, to see if it fails. c44b1161 removed that file to see if it became green, 0ac34db8 uses the alpine image do be way faster.

Merge request reports