Skip to content

chore(deps): bump the tauri-apps group with 2 updates #455

chore(deps): bump the tauri-apps group with 2 updates

chore(deps): bump the tauri-apps group with 2 updates #455

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