Automatic english spell-checking in a CI/CD pipeline

Viewed 1389

I am looking for a tool to spell-check English markdown documents in a pipeline.

Having seen and heard about the Hunspell project, I am not sure if that is the right tool to use - however looking online I might not use the right search terms or my approach is wrong as I do not find many results at all.

Anyone who has any advice of the direction to go?

Many thanks in beforehand.

1 Answers

Answering myself: this is a task for which the codespell CLI tool can be used.

Related