Skip to content

chore(deps): bump the patch-and-minor group across 1 directory with 3 updates #98

chore(deps): bump the patch-and-minor group across 1 directory with 3 updates

chore(deps): bump the patch-and-minor group across 1 directory with 3 updates #98

Workflow file for this run

name: 'Check Spelling'
on:
push:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
- name: 'Run spell check'
uses: streetsidesoftware/cspell-action@v7
with:
# Check all files, let cspell's config ignore files
files: '**/*.*'
# Add other options as needed