Skip to content

v2.1.0 make balloon click more obvious, add click sound, fix option s… #17

v2.1.0 make balloon click more obvious, add click sound, fix option s…

v2.1.0 make balloon click more obvious, add click sound, fix option s… #17

Workflow file for this run

name: Static Checks 📊
on:
push:
branches-ignore:
- gh-pages
- korGE-legacy
- dev
pull_request:
paths:
- "addons/**"
- "src/**"
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-static
cancel-in-progress: true
jobs:
static-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: Scony/godot-gdscript-toolkit@master
- name: Formatting checks
continue-on-error: true
run: gdformat --diff .
- name: Linting checks
run: gdlint .
- name: Spell checks via codespell
uses: codespell-project/actions-codespell@v2
with:
skip: ./addons