ci: switch alpine-tools image #127

Merged
xoxys merged 2 commits from fix-ci into main 2022-07-16 22:32:20 +02:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 59314ce04a - Show all commits

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