Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datpmt/typocop

GitHub Action automatically checks for typos.
https://github.com/datpmt/typocop

github-action github-actions typos typos-check

Last synced: 19 days ago
JSON representation

GitHub Action automatically checks for typos.

Awesome Lists containing this project

README

        

# Check Typos in Pull Request

![image](https://github.com/user-attachments/assets/bbcdcedb-cf0b-4cc0-959a-fe5caa71f833)

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.

## Features

- 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.
- Supports all programing languages.

## Usage

- Copy content `.github/workflows/typos-check.yml` and `typos-check.js` into your project.
- Create new PR.

## Contributors

- [datpmt](https://github.com/datpmt)

I welcome contributions to this project.

1. Fork it.
2. Create your feature branch (`git checkout -b your-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin your-feature`).
5. Create a new pull request.

## References
1. https://github.com/crate-ci/typos
2. https://github.com/prontolabs/pronto

## License
The gem is available as open source under the terms of the [MIT License](LICENSE).