hullcss-discord-bot/.github/workflows/spell.yml

12 lines
262 B
YAML

name: 'Check Spelling'
on: # rebuild any PRs and main branch changes
pull_request:
push:
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: streetsidesoftware/cspell-action@v2.23.0