Make spell-checker only check the content
dir
This commit is contained in:
parent
a02f98af92
commit
e6238ab77c
@ -193,4 +193,4 @@ steps:
|
|||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- npm i markdown-spellcheck -g
|
- npm i markdown-spellcheck -g
|
||||||
- mdspell "src/**/*.md" -n -r
|
- mdspell "src/content/**/*.md" -n -r
|
||||||
|
Reference in New Issue
Block a user