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'
- name: spellcheck
image: node:lts-alpine
image: thegeeklab/alpine-tools
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
environment:
FORCE_COLOR: true
@ -208,9 +207,8 @@ steps:
- hugo --panicOnWarning -s exampleSite/
- name: beautify
image: node:lts-alpine
image: thegeeklab/alpine-tools
commands:
- npm install -g js-beautify
- html-beautify -r -f 'exampleSite/public/**/*.html'
environment:
FORCE_COLOR: true
@ -284,6 +282,6 @@ depends_on:
---
kind: signature
hmac: b78e05487435826d7285f2cd03cad603315861af89131f8f9d87ccd85cc3ca4f
hmac: 174ee9580389384095c11bf1d67c9093de21ee35c1fb0873ee2e9c8925f5545c
...