eth-cscs / stackinator

Home Page:https://eth-cscs.github.io/stackinator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add schema for YAML

bcumming opened this issue · comments

Add schema for the config.yaml, packages.yaml and compilers.yaml files in recipes.

We hardly check or validate the input in these files, and using a schema looks like the best line of defence for validating input and giving early feedback to users.

Schema were added in #31.

The schema for packages.yaml remains to be done.