ci: switch alpine-tools image (#282)

This commit is contained in:
Robert Kaussow 2022-07-16 22:37:06 +02:00 committed by GitHub
parent 5f8c3e2f07
commit 4831a0e371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -168,9 +168,8 @@ steps:
- markdownlint 'exampleSite/content/**/*.md' 'README.md' - markdownlint 'exampleSite/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 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions - spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions
environment: environment:
FORCE_COLOR: true FORCE_COLOR: true
@ -208,9 +207,8 @@ steps:
- hugo --panicOnWarning -s exampleSite/ - hugo --panicOnWarning -s exampleSite/
- name: beautify - name: beautify
image: node:lts-alpine image: thegeeklab/alpine-tools
commands: commands:
- npm install -g js-beautify
- html-beautify -r -f 'exampleSite/public/**/*.html' - html-beautify -r -f 'exampleSite/public/**/*.html'
environment: environment:
FORCE_COLOR: true FORCE_COLOR: true
@ -285,6 +283,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 3e780b3be08ae7123cf388b2f513f528966b7774a32d1e8ed7d70831efc709fe hmac: edaa3b55fd0fa9e3ee94e26ec12386e405da77c12f648862d8cdf5a86ece2adf
... ...