This GitHub Action automatically checks for typos in the files changed in a pull request. It comments on the pull request with any detected typos and provides suggestions for corrections.
- Detects typos in files that are part of the pull request.
- Provides a brief output of typos found in each file.
- Comments on the pull request with the results.
- Approve the PR if no typos.
- Dismiss approvals on pull requests if new commit contains typo.
- Delete outdated typos comments.
- Supports all programing languages.
- Copy file
.github/workflows/typocop.yml
into your project. - Create new PR.
- Tran Dang Duc Dat datpmt
- Hoang Duc Quan BlazingRockStorm
I welcome contributions to this project.
- Fork it.
- Create your feature branch (
git checkout -b your-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin your-feature
). - Create a new pull request.
The gem is available as open source under the terms of the MIT License.