Skip to content

fix: Update CSpell version (8.1.3) #919

fix: Update CSpell version (8.1.3)

fix: Update CSpell version (8.1.3) #919

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