Skip to content

Add spell checking workflow #1

Add spell checking workflow

Add spell checking workflow #1

Workflow file for this run

name: 'Check spelling'
on:
push:
branches:
- main
jobs:
spellcheck:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v2u