Skip to content

Fix minor typos and spellcheck on PRs #1

Fix minor typos and spellcheck on PRs

Fix minor typos and spellcheck on PRs #1

Workflow file for this run

name: Spell Check
on: [pull_request]
jobs:
spell-check:
name: "Spell checker"

Check failure on line 8 in .github/workflows/spellcheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spellcheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- run: |
npm install --save-dev cspell@latest
npx cspell lint "content/**/*.md"