From 32f6cf944cc1933f190e8e7fa9acbeff957e4553 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 1 Nov 2020 22:08:16 +0100 Subject: [PATCH] use markdownlint docker image in drone --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0cfe5bf..8ad3212 100644 --- a/.drone.yml +++ b/.drone.yml @@ -132,13 +132,9 @@ concurrency: steps: - name: markdownlint - image: node:lts-alpine + image: thegeeklab/markdownlint-cli commands: - - npm install -g markdownlint-cli - markdownlint 'exampleSite/content/**/*.md' 'README.md' - environment: - FORCE_COLOR: true - NPM_CONFIG_LOGLEVEL: error - name: spellcheck image: node:lts-alpine @@ -238,6 +234,6 @@ depends_on: --- kind: signature -hmac: 49d123886e8810b7792dbf17110629112591674d1c9dadf72abbc0fe47580056 +hmac: daac8ea56366e5e1a49632f7d8eb15c06f9d6d8ff27d8f143d85407f3603cfed ...