fixes lint job
Some checks failed
linting & formatting / build (push) Failing after 18s

This commit is contained in:
duncgibbs 2026-04-15 12:06:57 -05:00
parent cb0c6e18f5
commit 34907a7f70
2 changed files with 6 additions and 3 deletions

View File

@ -37,10 +37,10 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.3.0
with: with:
python-version: '3.11' python-version: "3.11"
- name: Install gdscript-toolkit - name: Install gdscript-toolkit
run: pip install -r requirements.txt run: pip install -r requirements.txt
- name: Run gdLint - name: Run gdLint
run: gdlint src/ run: gdlint prefabs resources scenes
- name: Check formatting - name: Check formatting
run: gdformat -c src run: gdformat -c prefabs resources scenes

3
.gitignore vendored
View File

@ -19,3 +19,6 @@ mono_crash.*.json
# Project demos # Project demos
/demos/ /demos/
# Captures
captures