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

This commit is contained in:
Robert Kaussow 2020-10-28 08:40:49 +01:00
parent 72321c5627
commit f43a2f9dfa
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
@ -162,6 +176,6 @@ depends_on:
---
kind: signature
hmac: 0f0914af84497ed8e8647b994396a6a10650ae14d63af2e2d838c60dc8625a59
hmac: b89700fb4739ee007a7da464088b97bb2f6334a8899731378eabf868a193219e
...

6
.markdownlint.yml Normal file
View File

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