Commit Graph

5 Commits

Author SHA1 Message Date
Baoshuo Ren
95253b2582
chore: remove git.io
see: https://github.blog/changelog/2022-04-25-git-io-deprecation/
2022-04-26 21:01:32 +08:00
Kaíque Kandy Koga
3dfe1b8d40 Use actions/checkout@v3 2022-03-30 23:35:04 -03:00
John Bampton
f5117c792f Update codespell Action to Python 3.10 2022-03-29 16:50:43 +10:00
John Bampton
6e85b6b86e Add spell checking with codespell as a GitHub Action
`codespell` works with a small custom dictionary and seems to find perhaps more spelling mistakes than `misspell` which really only fixes commonly misspelled English words.

Not all spell checkers can check all file types and most spell checkers can't find all the errors.

https://github.com/codespell-project/codespell
https://pypi.org/project/codespell/
2021-05-04 14:46:21 +10:00
John Bampton
bf8986783b feat(CI): correct commonly misspelled English words with GitHub Actions
Misspell -> Correct commonly misspelled English words... quickly.  A Golang library that runs without a dictionary.

https://github.com/client9/misspell

Can even autofix with '-w'
2021-04-12 01:01:22 +10:00