Skip to content

Small wording corrections #460

Small wording corrections

Small wording corrections #460

Workflow file for this run

name: lint
"on":
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: zwaldowski/cspell-action@v1
with:
config: .cspell.json
paths: "**/*.md"