fix lint for yaml

This commit is contained in:
Tim 2020-06-26 08:47:18 +01:00
parent 44298e9ec8
commit e902eb5cb5
No known key found for this signature in database
GPG Key ID: 3D454289AF831A6D
7 changed files with 18 additions and 6 deletions

View File

@ -4,3 +4,9 @@ lint-python:
script:
- pip install tox flake8
- flake8
lint-yaml:
stage: test
image: python:latest
script:
- pip install yamllint
- yamllint *.yaml

View File

@ -1,3 +1,4 @@
---
process_name: test process
step1:
max: 1
@ -9,4 +10,4 @@ step2:
step3:
max: 1
min: 1
name: new_service
name: new_service

View File

@ -1,3 +1,4 @@
---
process_name: test process
step1:
max: 1
@ -9,4 +10,4 @@ step2:
step3:
max: 1
min: 1
name: new_service
name: new_service

View File

@ -1,3 +1,4 @@
---
process_name: test process
step1:
max: 1
@ -82,4 +83,4 @@ step17:
plugin: bibles
step18:
delay: 0.1
name: load_service_sequential
name: load_service_sequential

View File

@ -1,3 +1,4 @@
---
process_name: test process
step1:
max: 1
@ -82,4 +83,4 @@ step17:
plugin: bibles
step18:
delay: 0.1
name: load_service_random
name: load_service_random

View File

@ -1,3 +1,4 @@
---
process_name: test process
step1:
max: 1
@ -39,4 +40,4 @@ step11:
name: media_play
step12:
delay: 5
name: media_stop
name: media_stop

View File

@ -1,3 +1,4 @@
---
process_name: test process
step1:
max: 1
@ -22,4 +23,4 @@ step5:
plugin: songs
step6:
delay: 0.1
name: load_service_sequential
name: load_service_sequential