Skip to content

chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0 #423

chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0

chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0 #423

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