Skip to content

Better phrasing for finding text #464

Better phrasing for finding text

Better phrasing for finding text #464

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"