Skip to content

Fixing typo

Fixing typo #27

Workflow file for this run

name: Spellcheck Action
on:
push:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5