Skip to content

add actions, allow overwriting artifacts, only spellcheck changes #15

add actions, allow overwriting artifacts, only spellcheck changes

add actions, allow overwriting artifacts, only spellcheck changes #15

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