ci: switch alpine-tools image

This commit is contained in:
Robert Kaussow 2022-07-17 20:54:36 +02:00
parent 70960b2961
commit 4d06272ed2
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 5 additions and 9 deletions

View File

@ -329,9 +329,8 @@ local PipelineDocs = {
}, },
{ {
name: 'spellcheck', name: 'spellcheck',
image: 'node:lts-alpine', image: 'thegeeklab/alpine-tools',
commands: [ commands: [
'npm install -g spellchecker-cli',
"spellchecker --files 'docs/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions", "spellchecker --files 'docs/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions",
], ],
environment: { environment: {
@ -365,9 +364,8 @@ local PipelineDocs = {
}, },
{ {
name: 'beautify', name: 'beautify',
image: 'node:lts-alpine', image: 'thegeeklab/alpine-tools',
commands: [ commands: [
'npm install -g js-beautify',
"html-beautify -r -f 'docs/public/**/*.html'", "html-beautify -r -f 'docs/public/**/*.html'",
], ],
environment: { environment: {

View File

@ -490,9 +490,8 @@ steps:
- markdownlint 'docs/content/**/*.md' 'README.md' 'CONTRIBUTING.md' - markdownlint 'docs/content/**/*.md' 'README.md' 'CONTRIBUTING.md'
- name: spellcheck - name: spellcheck
image: node:lts-alpine image: thegeeklab/alpine-tools
commands: commands:
- npm install -g spellchecker-cli
- spellchecker --files 'docs/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions - spellchecker --files 'docs/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions
environment: environment:
FORCE_COLOR: true FORCE_COLOR: true
@ -516,9 +515,8 @@ steps:
- hugo --panicOnWarning -s docs/ - hugo --panicOnWarning -s docs/
- name: beautify - name: beautify
image: node:lts-alpine image: thegeeklab/alpine-tools
commands: commands:
- npm install -g js-beautify
- html-beautify -r -f 'docs/public/**/*.html' - html-beautify -r -f 'docs/public/**/*.html'
environment: environment:
FORCE_COLOR: true FORCE_COLOR: true
@ -649,6 +647,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: a170f08b24fc32f27120ac195409820fb0f6273d0a6819008f8a52bf926176ba hmac: db7a2b6f2dc445d94276cd268a6e20bddf690d98eef2f6ad21a2326cb34c14fe
... ...