Skip to content

Feature: Combat Log #31

Feature: Combat Log

Feature: Combat Log #31

name: GDScript Static checks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
name: "Lint"
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup gdtoolkit
uses: Scony/godot-gdscript-toolkit@master
- name: Lint
run: gdlint scripts/
formatting:
runs-on: ubuntu-latest
name: "Formatting"
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup gdtoolkit
uses: Scony/godot-gdscript-toolkit@master
- name: Check formatting
run: gdformat --check scripts/