From 2205fa8fe0e0318b73318d7922b35ba83ab96171 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Oct 2020 09:05:50 +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 60e9ea6..57ab27b 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 @@ -174,6 +188,6 @@ depends_on: --- kind: signature -hmac: e8501b90330997570fb68536e70c1901d051a6ecb771e668c7a0e92557e43555 +hmac: c19205ad502be6b254e0aabf37d0cda2f4eab34094ea362880d1e4454237db2d ... 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