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/