Files
YeetGeese/.gitea/workflows/lint.yml
T
letteka e68f126f32
GDScript Lint / lint (push) Failing after 13s
Run Tests / test (push) Failing after 12s
Initial checkin
2026-08-27 12:44:09 -07:00

12 lines
267 B
YAML

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/