GitHub Action to discover typos with codespell#25
Conversation
https://pypi.org/project/codespell ``` 2 ./jython.github.io/registry.md:7: envrionment ==> environment ./jython.github.io/registry.md:11: formated ==> formatted ```
shdwkl
left a comment
There was a problem hiding this comment.
Inspiring, i'll Start every project of mine with that action in it...
|
Seems reasonable to me. Thanks. |
|
@cclauss : I expected this to run when merged, but it didn't. Am I missing something? |
|
Seems like it ran here https://github.com/jython/jython.github.io/actions/workflows/codespell.yml |
|
If it runs on subsequent pushes and PRs, that's fine. I was obviously wrong to expect it to run on the commit that adds it.
I'll also look at jython/jython#179. |
|
Codespell is good at off-by-one typos like one missing letter or two transposed letters but it is certainly not a full spellchecker. The upside is that it is astoundingly fast even on a massive repo of text. |
https://pypi.org/project/codespell
Test results: https://github.com/cclauss/jython.github.io/actions