Skip to content

Lint and format markdown files #769

Lint and format markdown files

Lint and format markdown files #769

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}