Skip to content

Adapt to renamed name #61

Adapt to renamed name

Adapt to renamed name #61

Workflow file for this run

---
name: "Spellcheck"
on:
push:
branches: ["main"]
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: .spellcheck.yaml
task_name: Markdown