This commit is contained in:
parent
2b0c4dfbb6
commit
cfff9357de
2 changed files with 14 additions and 0 deletions
|
@ -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
9
.yamllint
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
indentation:
|
||||
indent-sequences: consistent
|
||||
line-length:
|
||||
max: 120
|
||||
level: warning
|
Loading…
Reference in a new issue