badhouseplants-net/.woodpecker.yaml

11 lines
181 B
YAML

---
when:
event: push
steps:
spell-check:
name: Spell-Checker
image: node
commands:
- npm i markdown-spellcheck -g
- mdspell "src/content/**/*.md" -n -r