Skip to content

add cspell to CI

add cspell to CI #1

Workflow file for this run

name: 'Check spelling'
on:
pull_request:
push:
branches: [master]
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@24fa8d3096a314ce263f39578744e9d9f8d80acf # v8.1.2
with:
config: ./cspell.config.mjs