redis-om-python/.github/workflows/spellcheck.yml
Chayim bc2199f2d4
Spellcheck (#302)
* spelling, take1

* some spelling fixes

* one more
2022-07-11 11:03:16 +03:00

15 lines
341 B
YAML

name: spellcheck
on:
pull_request:
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Spelling
uses: rojopolis/spellcheck-github-actions@0.23.0
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown