generated from krampus/template-godot4
This commit is contained in:
parent
cb0c6e18f5
commit
34907a7f70
@ -37,10 +37,10 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5.3.0
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: "3.11"
|
||||
- name: Install gdscript-toolkit
|
||||
run: pip install -r requirements.txt
|
||||
- name: Run gdLint
|
||||
run: gdlint src/
|
||||
run: gdlint prefabs resources scenes
|
||||
- name: Check formatting
|
||||
run: gdformat -c src
|
||||
run: gdformat -c prefabs resources scenes
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -19,3 +19,6 @@ mono_crash.*.json
|
||||
|
||||
# Project demos
|
||||
/demos/
|
||||
|
||||
# Captures
|
||||
captures
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user