diff --git a/.drone.jsonnet b/.drone.jsonnet index 3ec9e96..836d752 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -213,9 +213,8 @@ local PipelineDocs = { }, { name: 'spellcheck', - image: 'node:lts-alpine', + image: 'thegeeklab/alpine-tools', commands: [ - 'npm install -g spellchecker-cli', "spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions", ], environment: { diff --git a/.drone.yml b/.drone.yml index 067b9e8..069b5f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -329,9 +329,8 @@ steps: - markdownlint 'docs/content/**/*.md' 'README.md' 'CONTRIBUTING.md' - name: spellcheck - image: node:lts-alpine + image: thegeeklab/alpine-tools commands: - - npm install -g spellchecker-cli - spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions environment: FORCE_COLOR: true @@ -454,6 +453,6 @@ depends_on: --- kind: signature -hmac: 9272f58ad1c23c3d09fe6d4c61d4f6343c9fc70229826a55c45179182b6e5f49 +hmac: b476f817e475cff5d0eced01fef675a35ddfe8cdba5ec4f038033ffdae348563 ...