Skip to content

Bump streetsidesoftware/cspell-action from 4 to 5 (#39) #133

Bump streetsidesoftware/cspell-action from 4 to 5 (#39)

Bump streetsidesoftware/cspell-action from 4 to 5 (#39) #133

Workflow file for this run

name: Spellcheck
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
incremental_files_only: true