Initial checkin
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user