This commit is contained in:
parent
cb78b69ac8
commit
3acbc479cb
@ -23,9 +23,8 @@ steps:
|
|||||||
- markdownlint 'content/**/*.md' 'README.md' -p .gitignore
|
- markdownlint 'content/**/*.md' 'README.md' -p .gitignore
|
||||||
|
|
||||||
- name: spellcheck
|
- name: spellcheck
|
||||||
image: node:lts-alpine
|
image: thegeeklab/alpine-tools
|
||||||
commands:
|
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
|
- 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:
|
environment:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
@ -49,9 +48,8 @@ steps:
|
|||||||
- hugo --panicOnWarning
|
- hugo --panicOnWarning
|
||||||
|
|
||||||
- name: beautify
|
- name: beautify
|
||||||
image: node:lts-alpine
|
image: thegeeklab/alpine-tools
|
||||||
commands:
|
commands:
|
||||||
- npm install -g js-beautify
|
|
||||||
- html-beautify -r -f 'public/**/*.html'
|
- html-beautify -r -f 'public/**/*.html'
|
||||||
environment:
|
environment:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
@ -84,6 +82,6 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 66c33cc8f18892efae55c6bea8732c9bdf77b1dea597e77fcaeae9a97ae007cd
|
hmac: 6992c0f5875e88a24e025ba118c951722c0dea2df0c471b9d1777ddb8505b765
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user