| name: Check spelling | |
| on: | |
| pull_request: | |
| push: | |
| branches: [ master ] | |
| merge_group: | |
| jobs: | |
| codespell: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1 | |
| with: | |
| check_filenames: true | |
| ignore_words_file: .codespellignore | |
| path: lib test extra | |