Add a spellchecker

This commit is contained in:
2024-02-21 12:03:09 +01:00
parent 1fab42293d
commit 75b958bc6e
2 changed files with 48 additions and 0 deletions

View 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