Skip to content

feat: first version of markdown spell checker #5

feat: first version of markdown spell checker

feat: first version of markdown spell checker #5

Workflow file for this run

name: spellcheck
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Check Spelling
id: spellcheck
uses: rojopolis/[email protected]
with:
config_path: .spellcheck.yml
task_name: Markdown