Skip to content

WIP - Making overlay work in godot with collision shapes #667

WIP - Making overlay work in godot with collision shapes

WIP - Making overlay work in godot with collision shapes #667

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@v4
name: 🧾 Checkout
- uses: streetsidesoftware/cspell-action@v5
name: πŸ“ Check Spelling
with:
config: './cspell.json'
incremental_files_only: false
root: '.'