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

This commit is contained in:
Robert Kaussow 2020-10-28 09:05:50 +01:00
parent 5a91e4e307
commit 2205fa8fe0
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 kind: pipeline
name: build-container name: build-container
@ -174,6 +188,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: e8501b90330997570fb68536e70c1901d051a6ecb771e668c7a0e92557e43555 hmac: c19205ad502be6b254e0aabf37d0cda2f4eab34094ea362880d1e4454237db2d
... ...

6
.markdownlint.yml Normal file
View File

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