Skip to content

Add a simple spellchecker to weed out common typos etc. in the docs. #1

Add a simple spellchecker to weed out common typos etc. in the docs.

Add a simple spellchecker to weed out common typos etc. in the docs. #1

Workflow file for this run

name: Spell Checking
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- master
paths-ignore:
- '**/*.py'
- '**/*.yml'
- '.gitignore'
push:
branches:
- master
tags:
- v**
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- name: Check out repository contents
uses: actions/checkout@v3
- name: Check Spelling of docs
uses: rojopolis/spellcheck-github-actions@0.36.0
with:
config_path: .spellcheck.yml
task_name: Markdown