GitHub Action for Spell Check of PR mods
It would be nice to have a GitHub Action in place to conduct a spell check for documents modified upon PR.
An excellent suggestion. Any experience with existing GH action spell checkers? I found this list on cursory search:
- https://github.com/check-spelling/check-spelling
- https://github.com/TypoCI/spellcheck-action
- https://github.com/rojopolis/spellcheck-github-actions
From https://github.community/t/github-action-for-spell-check-on-a-pull-request/116738/2 it looks like check-spelling might be the closest to a recommended solution
I haven't done this before but I agree it looks like check-spelling would be the one that would get the job done.
a github action for automatically linting / formatting our markdown would be great too
@alee this looks promising: https://github.com/marketplace/actions/markdown-linting-action