Skip to content

chore(deps): bump vite from 4.2.1 to 4.2.3 #82

chore(deps): bump vite from 4.2.1 to 4.2.3

chore(deps): bump vite from 4.2.1 to 4.2.3 #82

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@v3
- uses: streetsidesoftware/cspell-action@v2
with:
inline: warning
strict: false
incremental_files_only: true