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