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

This commit is contained in:
Robert Kaussow 2020-10-28 09:05:51 +01:00
parent 17839b90df
commit e506e3c635
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
@ -162,6 +176,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: f6bbcb393dac541e45cfc00845d0705312d017678cc865febabd740f8d600e65 hmac: 6f0119f45c5fae5dcd2e04b53cf3a07c15290d7375178f660231a532edddc10a
... ...

6
.markdownlint.yml Normal file
View File

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