Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```