Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketsudake/codespell-action
Checks for common misspellings across repository
https://github.com/sanketsudake/codespell-action
Last synced: 11 days 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 (3 months ago)
- Last Synced: 2024-12-22T11:56:31.297Z (20 days ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- 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
```