ci: switch alpine-tools image
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Robert Kaussow 2022-07-16 22:17:05 +02:00
parent 2b4bd7408e
commit 59314ce04a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 2 deletions

View File

@ -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