Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 2.66 KB

README.md

File metadata and controls

48 lines (25 loc) · 2.66 KB

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.

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.

The checkout-merge github action is a helper action to 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.

Other organization specific repositories

This contains organization art.

This contains the content for the check-spelling.dev website.

This contains the supplemental dictionaries used by check-spelling.

This contains images used by the wiki / documentation.

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.