Skip to content

chore: Update name of cspell workflow #20

chore: Update name of cspell workflow

chore: Update name of cspell workflow #20

Workflow file for this run

name: '🔤 cspell'
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**
.*/**
incremental_files_only: false