Skip to content

Spell-check

Spell-check #45

Workflow file for this run

name: Spell-check
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 18 * * *"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Spelling
uses: rojopolis/spellcheck-github-actions@0.42.0
with:
config_path: .spellcheck.yml
task_name: Markdown