Skip to content

fix: Update CSpell version (8.8.1) (#480) #1040

fix: Update CSpell version (8.8.1) (#480)

fix: Update CSpell version (8.8.1) (#480) #1040

Workflow file for this run

name: cspell-action
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: "."
incremental_files_only: false
check_dot_files: true