Skip to content

docs(intro): getting started #102

docs(intro): getting started

docs(intro): getting started #102

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
with:
config: 'cspell.json'
files: 'docs/**/*.md'
incremental_files_only: true
strict: false