blog/.drone.yml

15 lines
202 B
YAML
Raw Normal View History

2020-10-27 13:52:43 +01:00
---
kind: pipeline
name: lint
steps:
- name: yaml lint
image: cytopia/yamllint
commands:
- yamllint .
- name: markdown lint
image: pipelinecomponents/markdownlint:latest
commands:
- mdl .