diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 573f2ba..0629017 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,10 +26,10 @@ jobs: run: pytest tests/ -v - name: Run linter - run: ruff check regex_humanizer/ tests/ + run: ruff check src/ tests/ - name: Run type check - run: mypy regex_humanizer/ + run: mypy src/ build: runs-on: ubuntu-latest