From b5cd75e1f01eb626b83462177c2538118b5bb87e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Oct 2020 09:05:49 +0100 Subject: [PATCH] enable markdownlint --- .drone.yml | 16 +++++++++++++++- .markdownlint.yml | 6 ++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .markdownlint.yml diff --git a/.drone.yml b/.drone.yml index bec2406..64ad4cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 @@ -165,6 +179,6 @@ depends_on: --- kind: signature -hmac: 718fe4ae13950e823bb1bf64a90c407f0a03aeb2afa66f2c4a14b7b3e80aac3f +hmac: 862bf519a4ce336b339346dc7f00d7a823fcb4167250d9626e1035ba367efb3f ... diff --git a/.markdownlint.yml b/.markdownlint.yml new file mode 100644 index 0000000..b59a114 --- /dev/null +++ b/.markdownlint.yml @@ -0,0 +1,6 @@ +--- +default: True +MD013: False +MD041: False +MD004: + style: dash