https://github.com/sanketsudake/codespell-action
Checks for common misspellings across repository
https://github.com/sanketsudake/codespell-action
Last synced: 2 months ago
JSON representation
Checks for common misspellings across repository
- Host: GitHub
- URL: https://github.com/sanketsudake/codespell-action
- Owner: sanketsudake
- License: mit
- Created: 2020-10-02T07:51:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T00:51:12.000Z (8 months ago)
- Last Synced: 2025-03-27T20:48:55.659Z (2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codespell-action
Checks for common misspellings across repository
## Usage
Using codespell-action
```yaml
on: pushjobs:
echo-input:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: sanketsudake/codespell-actiont@master
```