Move spell checker to woodpecker

This commit is contained in:
Nikolai Rodionov 2024-02-06 18:09:34 +01:00
parent 69454d8fd1
commit 5880c8b179
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
1 changed files with 10 additions and 0 deletions

10
.woodpecker.yaml Normal file
View 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