From f43a2f9dfac546f2ff7003bb64787ea524ab34ed Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Oct 2020 08:40: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 814b2f9..bce45e9 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 @@ -162,6 +176,6 @@ depends_on: --- kind: signature -hmac: 0f0914af84497ed8e8647b994396a6a10650ae14d63af2e2d838c60dc8625a59 +hmac: b89700fb4739ee007a7da464088b97bb2f6334a8899731378eabf868a193219e ... 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