diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c0a6fed..9e7f50f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Lint with Ruff run: | - ruff check src tests + ruff check duty_teller tests - name: Run tests env: