Skip to content

chore(deps): bump vite from 6.0.6 to 6.0.11 in the npm_and_yarn group #275

chore(deps): bump vite from 6.0.6 to 6.0.11 in the npm_and_yarn group

chore(deps): bump vite from 6.0.6 to 6.0.11 in the npm_and_yarn group #275

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