diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index feba1e0..1d85bf3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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