diff --git a/.drone.jsonnet b/.drone.jsonnet index f9afa8f..8f58276 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 c9d1a79..93dff67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -257,9 +257,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 @@ -381,6 +380,6 @@ depends_on: --- kind: signature -hmac: 38f817e0b5286433782c89964da2af89b3ef2dbc60db879363cc5b9b92bc85b5 +hmac: 42ea59f6cce008de2797e676cc2c4e2fa5abb49f280ede4e600f4d821e0f0ea9 ...