Skip to content

ci(spellcheck): absolute path to config #16

ci(spellcheck): absolute path to config

ci(spellcheck): absolute path to config #16

Workflow file for this run

name: 'Check spelling'
on: # rebuild any PRs and main branch changes
pull_request:
push:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
id: spelling
with:
config: '.github/workflows/cspell.json'
files: '**/*.md'
incremental_files_only: true