ci: include style.py in lint checks
All checks were successful
CI / Lint & Check (push) Successful in 11s
All checks were successful
CI / Lint & Check (push) Successful in 11s
This commit is contained in:
@@ -28,10 +28,10 @@ jobs:
|
||||
run: pip install -q ruff
|
||||
|
||||
- name: Syntax check
|
||||
run: python -m py_compile gitea-ci.py
|
||||
run: python -m py_compile gitea-ci.py style.py
|
||||
|
||||
- name: Lint
|
||||
run: ruff check gitea-ci.py
|
||||
run: ruff check gitea-ci.py style.py
|
||||
|
||||
- name: Test --help
|
||||
run: python gitea-ci.py --help
|
||||
|
||||
Reference in New Issue
Block a user