Skip to content

Merge pull request #5 from chickensoft-games/fix/write-version #39

Merge pull request #5 from chickensoft-games/fix/write-version

Merge pull request #5 from chickensoft-games/fix/write-version #39

Workflow file for this run

name: '🧑‍🏫 Spellcheck'
on:
push:
jobs:
spellcheck:
name: '🧑‍🏫 Spellcheck'
runs-on: ubuntu-latest
defaults:
run:
working-directory: '.'
steps:
- uses: actions/checkout@v3
name: 🧾 Checkout
- uses: streetsidesoftware/cspell-action@v2
name: 📝 Check Spelling
with:
config: './cspell.json'
incremental_files_only: false
root: '.'