diff --git a/.drone.jsonnet b/.drone.jsonnet index 3210101..e67c3be 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 9f9a182..a70c0f8 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: 314420aab55fd338afc0a5edf1255fe25d017742c3ee5dd1a47833f64c408f00 +hmac: 0993212e8705f0b62ef786e565a039435a280e03e71ac96b83b8c5b088aeacca ...