ci: switch alpine-tools image (#460)

This commit is contained in:
Robert Kaussow 2022-07-16 22:37:00 +02:00 committed by GitHub
parent 6eab385a9c
commit 5fc071d716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
@ -284,6 +282,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: b78e05487435826d7285f2cd03cad603315861af89131f8f9d87ccd85cc3ca4f hmac: 174ee9580389384095c11bf1d67c9093de21ee35c1fb0873ee2e9c8925f5545c
... ...