redis/.github/workflows/spellcheck.yml

15 lines
341 B
YAML
Raw Normal View History

2023-08-13 06:07:42 +03:00
name: spellcheck
on:
pull_request:
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
2023-08-13 06:07:42 +03:00
- name: Check Spelling
uses: rojopolis/spellcheck-github-actions@0.36.0
2023-08-13 06:07:42 +03:00
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown