enable markdownlint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-28 09:05:49 +01:00
parent 2ab44c662c
commit b5cd75e1f0
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,17 @@
---
kind: pipeline
name: test
platform:
os: linux
arch: amd64
steps:
- name: markdownlint
image: thegeeklab/markdownlint-cli
commands:
- markdownlint 'README.md'
---
kind: pipeline
name: build-container
@ -165,6 +179,6 @@ depends_on:
---
kind: signature
hmac: 718fe4ae13950e823bb1bf64a90c407f0a03aeb2afa66f2c4a14b7b3e80aac3f
hmac: 862bf519a4ce336b339346dc7f00d7a823fcb4167250d9626e1035ba367efb3f
...

6
.markdownlint.yml Normal file
View File

@ -0,0 +1,6 @@
---
default: True
MD013: False
MD041: False
MD004:
style: dash