Add spelling check to GitHub workflow (#3623)

Besides updating cspell and handling spelling issues, the important
change is adding the spelling check to the GitHub workflow.

I'm not sure if it will bother us too much when people create PRs. But I
wanted to give it a try. Or do you have any other ideas on how we can
run the spelling check on a regular basis?
This commit is contained in:
Kristjan ESPERANTO
2024-11-03 21:49:00 +01:00
committed by GitHub
parent 0aae771799
commit 6ce3622c61
5 changed files with 154 additions and 113 deletions

View File

@@ -83,7 +83,7 @@
"devDependencies": {
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"cspell": "^8.15.5",
"cspell": "^8.15.7",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.4.3",