Add a spellchecker
This commit is contained in:
13
.woodpecker/spellcheck.yaml
Normal file
13
.woodpecker/spellcheck.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
when:
|
||||
event: push
|
||||
branch:
|
||||
exclude:
|
||||
- main
|
||||
steps:
|
||||
spellcheck:
|
||||
name: Run the spellchecker
|
||||
image: node
|
||||
commands:
|
||||
- npm i markdown-spellcheck -g
|
||||
- mdspell "*.md" -n -r
|
||||
Reference in New Issue
Block a user