Skip to content

Publish/only when needed (#4) #22

Publish/only when needed (#4)

Publish/only when needed (#4) #22

Workflow file for this run

name: Check Spelling
on:
push:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
check_dot_files: true
config: ./.github/spelling/cspell.json