From 5de03b3bd5d394ed2754b667db11efc5f7596393 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 20:23:48 +0000 Subject: [PATCH] Add Gitea Actions workflow: ci.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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