ci:spellcheck
The ci:spellcheck
runs the aspell
spell checker on the documentation.
Run npm run spellcheck
in the root to trigger this script.
This will list any issues and exit with a non-0 exit code if issues are found, thus failing the pipeline. It won’t make any changes to the documentation.
Under the hood, this will run:
Terminal
./scripts/ci-spellcheck-docs.sh
Prerequisites
This relies on the aspell package being available.