(ci): add spell checker for the comments
Description
- Add comment spell checking step in sheldon
Proposal
- Identify and extract comments
- Use an integrated python spell checker ?
- Use an external tool ? aspell ? hunspell ?
=> cspell seems to be a good choice for code and also parses comments. It is the spell checked used for Code Spell Checker - VS Code extension
Edited by Alexandre ANCEL