cv/.woodpecker/spellcheck.yaml

14 lines
208 B
YAML
Raw Normal View History

2024-02-21 11:03:09 +00:00
---
when:
event: push
branch:
exclude:
- main
steps:
spellcheck:
name: Run the spellchecker
image: node
commands:
- npm i markdown-spellcheck -g
- mdspell "*.md" -n -r