The check-spelling github action enables you to check a repository for typos and prevent future typos from being added.
For more information, visit 🌏 check-spelling.dev.
📖 spell-check-this
The spell-check-this template repository includes the basic configuration to use the check-spelling github action. This enables you to get started easily, just drop the repository contents into your repository and adjust settings as necessary.
🍴 checkout-merge action
The checkout-merge github action is a helper action for repositories that receive pull requests and need to validate the potential merge result of the pull request.
This action works around bugs in GitHub's current method of maintaining a refs/pulls/X/merge. One such bug involves GitHub serving a stale merge if the current branch isn't mergable.
It also offers a friendlier user experience for when there isn't a merge available because of merge conflicts.
🍴 gh-program-downloader action
The gh-program-downloader github action is a helper action to download programs from other github repository releases.
It also offers a friendly user experience for when repository/releases are unavailable.
Other organization specific repositories
🌈 art repository
This contains organization art.
🌏 check-spelling-docs repository
This contains the content for the check-spelling.dev website.
📚 cspell-dicts
This contains the supplemental dictionaries used by check-spelling.
🖼️ images
This contains images used by the wiki / documentation.
🐙 .github repository
Mostly the content you're reading now.
This repository may eventually gain organization template content.
Other repositories
Any other repository you see here is probably being used to test the check-spelling action. They may be deleted at any time or replaced by cleaner versions.
actions-* are forks of https://github.com/actions repositories to enable applying patches that haven't been merged upstream.