Skip to content

Merge branch 'master' of https://github.com/BenjiTrapp/benjitrapp.git… #430

Merge branch 'master' of https://github.com/BenjiTrapp/benjitrapp.git…

Merge branch 'master' of https://github.com/BenjiTrapp/benjitrapp.git… #430

Workflow file for this run

name: Spell check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install -g cspell
- run: cspell "**/*.md"