Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #776

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #776

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}