Skip to content

eject notfound comp. and track instances of 404 (#2454) #5723

eject notfound comp. and track instances of 404 (#2454)

eject notfound comp. and track instances of 404 (#2454) #5723

Workflow file for this run

name: Spellcheck Action
on: push
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm install -g cspell
- name: Run spellcheck
run: cspell "**/*.md*" --quiet --show-suggestions