diff --git a/.drone.yml b/.drone.yml index 08c3770..d76f97e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,9 +21,8 @@ steps: - markdownlint 'content/**/*.md' 'README.md' - name: spellcheck - image: node:lts-alpine + image: thegeeklab/alpine-tools commands: - - npm install -g spellchecker-cli - spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title tags --no-suggestions environment: FORCE_COLOR: true