CI: swap GitLab CI for Gitea Actions (remote is Gitea)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 06:28:41 -04:00
parent dbae49dce2
commit 9bb4b98491
3 changed files with 15 additions and 16 deletions

11
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,11 @@
name: tests
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv sync --frozen
- run: uv run pytest