Skip to content

Update dependency streetsidesoftware/cspell to v9.6.4 (#68) #255

Update dependency streetsidesoftware/cspell to v9.6.4 (#68)

Update dependency streetsidesoftware/cspell to v9.6.4 (#68) #255

Workflow file for this run

name: Spell Check
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
spell-check:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run Spell Check
uses: streetsidesoftware/cspell-action@v8
with:
incremental_files_only: false
config: ./dev/cspell/cspell.config.yaml
verbose: true