Skip to content

Adding spellcheck action #5

Adding spellcheck action

Adding spellcheck action #5

Workflow file for this run

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