Skip to content

Work on typos in tutorials #2

Work on typos in tutorials

Work on typos in tutorials #2

# .github/workflows/check_spelling.yml
name: Check Spelling
on:
pull_request:
paths:
- '**.txt'
- '**.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