Skip to content

Fix spelling check configuration #5

Fix spelling check configuration

Fix spelling check configuration #5

Workflow file for this run

name: Spelling Check
on:
push:
branches:
- 'main'
- 'master'
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v4
with:
files: 'README.md'
config: 'cspell.json'
strict: true
verbose: true