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 2fb4a1b031
commit 65597f7620
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
@ -154,6 +168,6 @@ depends_on:
---
kind: signature
hmac: 05fc281b3f53e15dae13e7446f9e6d71f511928d2878f4d92ffb9b212a2b28fe
hmac: 4d2e45acf53dbe58926f40799811c697f9340e890e4abf35a903780ef5986a80
...

6
.markdownlint.yml Normal file
View File

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