This commit is contained in:
parent
cb78b69ac8
commit
3acbc479cb
@ -23,9 +23,8 @@ steps:
|
||||
- markdownlint 'content/**/*.md' 'README.md' -p .gitignore
|
||||
|
||||
- name: spellcheck
|
||||
image: node:lts-alpine
|
||||
image: thegeeklab/alpine-tools
|
||||
commands:
|
||||
- npm install -g spellchecker-cli
|
||||
- spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' '!content/filters/*' '!content/modules/*' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions
|
||||
environment:
|
||||
FORCE_COLOR: true
|
||||
@ -49,9 +48,8 @@ steps:
|
||||
- hugo --panicOnWarning
|
||||
|
||||
- name: beautify
|
||||
image: node:lts-alpine
|
||||
image: thegeeklab/alpine-tools
|
||||
commands:
|
||||
- npm install -g js-beautify
|
||||
- html-beautify -r -f 'public/**/*.html'
|
||||
environment:
|
||||
FORCE_COLOR: true
|
||||
@ -84,6 +82,6 @@ trigger:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 66c33cc8f18892efae55c6bea8732c9bdf77b1dea597e77fcaeae9a97ae007cd
|
||||
hmac: 6992c0f5875e88a24e025ba118c951722c0dea2df0c471b9d1777ddb8505b765
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user