2022-07-11 10:03:16 +02:00
|
|
|
name: spellcheck
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
jobs:
|
|
|
|
check-spelling:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Check Spelling
|
2023-07-18 16:30:57 +02:00
|
|
|
uses: rojopolis/spellcheck-github-actions@0.33.1
|
2022-07-11 10:03:16 +02:00
|
|
|
with:
|
|
|
|
config_path: .github/spellcheck-settings.yml
|
|
|
|
task_name: Markdown
|