Skip to content

Support compiling with Godot 4.7-dev #17

Support compiling with Godot 4.7-dev

Support compiling with Godot 4.7-dev #17

Workflow file for this run

name: 📊 Static Checks
on: [push, pull_request]
jobs:
static-checks:
name: Code style and file formatting
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 2
- name: General setup
run: |
git config diff.wsErrorHighlight all
- name: Style checks via pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files