Skip to content

chore(deps-dev): bump jsdom from 25.0.1 to 26.0.0 #278

chore(deps-dev): bump jsdom from 25.0.1 to 26.0.0

chore(deps-dev): bump jsdom from 25.0.1 to 26.0.0 #278

Workflow file for this run

name: "Check spelling"
on: # rebuild any PRs and main branch changes
pull_request:
branches-ignore:
- "dependabot/**"
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
inline: warning
strict: false
incremental_files_only: true