Move spell checker to woodpecker
This commit is contained in:
parent
69454d8fd1
commit
5880c8b179
10
.woodpecker.yaml
Normal file
10
.woodpecker.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
steps:
|
||||||
|
spell-check:
|
||||||
|
name: Spell-Checker
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- npm i markdown-spellcheck -g
|
||||||
|
- mdspell "src/content/**/*.md" -n -r
|
Reference in New Issue
Block a user