Skip to content

Work on typos in tutorials #5

Work on typos in tutorials

Work on typos in tutorials #5

# .github/workflows/check_spelling.yml
name: Check Spelling
on:
pull_request:
paths:
- 'docs/**.txt'
- 'docs/**.md'
jobs:
spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Check Spelling
uses: UnicornGlobal/spellcheck-github-actions@master