Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2020-11-02 00:11:49 +0300
committerRobert Kaussow <mail@geeklabor.de>2020-11-02 00:11:49 +0300
commitf20431ef85d60c2b79f4741a93770299bb47f896 (patch)
treedda4a1b4d71a0e2c6c066f6b2cb3b51f72c2ed51 /.drone.yml
parent47ca4972b8ac2151536e1e5dbf1fe2cf06b01eea (diff)
use markdownlint docker image in drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml
index 40560f6..1044ff9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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
...