diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9476671..b79227c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,3 +19,8 @@ jobs: cd app pip install -e ".[dev]" pytest tests/ -v + - name: Install and run linting + run: | + cd app + pip install ruff + ruff check .