diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5c76bc0..573f2ba 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: pytest tests/ -v - name: Run linter - run: ruff check . + run: ruff check regex_humanizer/ tests/ - name: Run type check run: mypy regex_humanizer/