Skip to content

chore(deps-dev): bump the tauri-apps group with 1 update #443

chore(deps-dev): bump the tauri-apps group with 1 update

chore(deps-dev): bump the tauri-apps group with 1 update #443

Workflow file for this run

name: 'Check spelling'
on:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
files: "*.{rs,ts,tsx,md}"
incremental_files_only: false