Add a simple YAML schema validation test

This commit is contained in:
Andrea Cardaci
2018-08-31 15:33:14 +02:00
parent 6bfc58daab
commit 7a3422666f
4 changed files with 63 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
---
install:
- pip install --user yamllint
- pip install --user jsonschema yamllint
script:
- make lint