use markdownlint docker image in drone

This commit is contained in:
Robert Kaussow 2020-11-01 22:08:16 +01:00
parent a768c1e5b3
commit 32f6cf944c
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -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
...