ci: include style.py in lint checks
All checks were successful
CI / Lint & Check (push) Successful in 11s

This commit is contained in:
Username
2026-01-18 17:50:48 +01:00
parent 14ab3574f9
commit 42de568eae

View File

@@ -28,10 +28,10 @@ jobs:
run: pip install -q ruff run: pip install -q ruff
- name: Syntax check - name: Syntax check
run: python -m py_compile gitea-ci.py run: python -m py_compile gitea-ci.py style.py
- name: Lint - name: Lint
run: ruff check gitea-ci.py run: ruff check gitea-ci.py style.py
- name: Test --help - name: Test --help
run: python gitea-ci.py --help run: python gitea-ci.py --help