Skip to content

chore(deps-dev): bump @vitest/coverage-v8 from 3.0.0-beta.3 to 3.0.4 #276

chore(deps-dev): bump @vitest/coverage-v8 from 3.0.0-beta.3 to 3.0.4

chore(deps-dev): bump @vitest/coverage-v8 from 3.0.0-beta.3 to 3.0.4 #276

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