Skip to content

Bump next from 14.2.8 to 14.2.12 #771

Bump next from 14.2.8 to 14.2.12

Bump next from 14.2.8 to 14.2.12 #771

Workflow file for this run

name: 'Check spelling'
on:
pull_request:
branches: [main]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: |
**/*.{md,ts,tsx,js,jsx}