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: 2 months ago
JSON representation

Checks for common misspellings across repository

Awesome Lists containing this project

README

        

# codespell-action

Checks for common misspellings across repository

## Usage

Using codespell-action

```yaml
on: push

jobs:
echo-input:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: sanketsudake/codespell-actiont@master
```