use markdownlint docker image in drone

master
Robert Kaussow 2020-11-01 22:11:49 +01:00
parent 47ca4972b8
commit f20431ef85
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 6 deletions

View File

@ -129,13 +129,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
@ -234,6 +230,6 @@ depends_on:
---
kind: signature
hmac: 548bc9f137bf276ff6415afcf396600cebe4a689e97bd8e0687e3921ee7aad63
hmac: dc8d60c049235066146ba0a60b45e484241b361cf0be86b555e93d5c4cb52cda
...