[CI] Add YAML lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-09-15 19:32:16 +02:00
parent 2b0c4dfbb6
commit cfff9357de
2 changed files with 14 additions and 0 deletions

View file

@ -3,6 +3,11 @@ kind: pipeline
name: latex
steps:
- name: yaml lint
image: cytopia/yamllint
commands:
- yamllint .drone.yml
- name: build
image: niccokunzmann/ci-latex
commands:

9
.yamllint Normal file
View file

@ -0,0 +1,9 @@
---
extends: default
rules:
indentation:
indent-sequences: consistent
line-length:
max: 120
level: warning