You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
typocop
v1.0.1
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.
- Supports all programing languages.
- Copy file
.github/workflows/typocop.yml
into your project. - Create new PR.
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.