Add yaml linter
This commit is contained in:
parent
33a0886b48
commit
a4f394d548
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
install:
|
||||
- pip install yamllint
|
||||
script:
|
||||
- yamllint */*.yml
|
Loading…
Reference in a new issue