diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 8b8cc62..9e2c4b7 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -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 diff --git a/.gitignore b/.gitignore index 6a1f930..3258d34 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ mono_crash.*.json # Project demos /demos/ + +# Captures +captures