Fix spelling errors

Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
This commit is contained in:
nιcнolaѕ wιlde
2022-06-26 08:30:51 +00:00
parent 54b8b676cc
commit 0d269f9ec1
87 changed files with 238 additions and 126 deletions

View File

@ -7,6 +7,10 @@ tasks:
desc: Clean markdown files from cook dir
cmds:
- find cook -name "*.md" -delete
deps:
desc: Install dependencies
cmds:
- npm install --location=global spellchecker-cli
docker-serve:
desc: Serve an mkdocs server using Docker
cmds:
@ -51,6 +55,14 @@ tasks:
cmds:
- cook server
silent: true
sort:
desc: Sort dictionary.txt
cmds:
- sort dictionary.txt -u -o dictionary.txt
spellcheck:
desc: Spellcheck cook files
cmds:
- ./scripts/spellcheck.sh
yamllint:
desc: Run yamllint
cmds: