Skip to content

Merge pull request #1698 from codatio/tfordcodat-patch-2 #280

Merge pull request #1698 from codatio/tfordcodat-patch-2

Merge pull request #1698 from codatio/tfordcodat-patch-2 #280

name: Check - spelling
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm install -g cspell
- name: Run spell check
run: cspell "**/*.md" "**/*.mdx" --words-only cspell-words.txt