Skip to content

chore(deps): bump streetsidesoftware/cspell-action from 3 to 4 #7

chore(deps): bump streetsidesoftware/cspell-action from 3 to 4

chore(deps): bump streetsidesoftware/cspell-action from 3 to 4 #7

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@v4
with:
files: |
src/**/*.rs
incremental_files_only: false