Initial checkin
GDScript Lint / lint (push) Failing after 13s
Run Tests / test (push) Failing after 12s

This commit is contained in:
2026-08-27 12:44:09 -07:00
commit e68f126f32
8 changed files with 130 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
name: GDScript Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run gd-lint
run: |
pipx install godot-lint
gd_lint src/ --error-on-warn --ignore=core/,tools/