ci: switch alpine-tools image #127
@ -21,9 +21,8 @@ steps:
|
|||||||
- markdownlint 'content/**/*.md' 'README.md'
|
- markdownlint 'content/**/*.md' 'README.md'
|
||||||
|
|
||||||
- name: spellcheck
|
- name: spellcheck
|
||||||
image: node:lts-alpine
|
image: thegeeklab/alpine-tools
|
||||||
commands:
|
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
|
- spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title tags --no-suggestions
|
||||||
environment:
|
environment:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
|
Loading…
Reference in New Issue
Block a user