Skip to content

feat: Update CSpell version (8.18.0) (#648) #1377

feat: Update CSpell version (8.18.0) (#648)

feat: Update CSpell version (8.18.0) (#648) #1377

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