From a7fc507e043f7bd2898781a25e5c8a9ff4d1be97 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 15:51:14 +0000 Subject: [PATCH] Add Gitea Actions workflow: ci.yml --- .gitea/workflows/ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f5d774c..5024560 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,11 +14,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -e ".[dev]" - - name: Run tests - run: pytest tests/ -v - - name: Check coverage - run: pytest tests/ --cov=src --cov-report=term-missing + - run: pip install -e ".[dev]" + - run: pytest tests/ -v + - run: ruff check .