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

pull/3/head
Robert Kaussow 3 years ago
parent 17839b90df
commit e506e3c635
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61

@ -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: f6bbcb393dac541e45cfc00845d0705312d017678cc865febabd740f8d600e65
hmac: 6f0119f45c5fae5dcd2e04b53cf3a07c15290d7375178f660231a532edddc10a
...

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