Make spell-checker only check the `content` dir
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-05-12 16:18:07 +02:00
parent a02f98af92
commit e6238ab77c
Signed by: allanger
GPG Key ID: 906851F91B1DA3EF
1 changed files with 1 additions and 1 deletions

View File

@ -193,4 +193,4 @@ steps:
image: node
commands:
- npm i markdown-spellcheck -g
- mdspell "src/**/*.md" -n -r
- mdspell "src/content/**/*.md" -n -r