From 0b2223fe3be888a11e5665dc53c9285bc2c28552 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 11 Sep 2021 15:02:29 +0200 Subject: [PATCH] testing markdownlint --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2ea8dca..ea421d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,7 @@ steps: image: node:current-alpine commands: - npm install -g markdownlint-cli - - - + - markdownlint **/*.md --ignore-path .git - name: semantic-release image: cenk1cenk2/drone-semantic-release