Commit Graph

3 Commits

Author SHA1 Message Date
dev 219308f6a0 fix(ci): use pip to install uv instead of setup-uv action
Test Workflow / test (push) Failing after 8s
Test Workflow / test (pull_request) Failing after 9s
2026-04-26 09:59:12 +02:00
dev 490f92935e feat: add uv-based project with pytest and CI workflow
Test Workflow / test (push) Failing after 1m53s
- Add pyproject.toml and uv.lock for Python project with uv
- Add src/__init__.py with add(), multiply(), greet() functions
- Add tests/test_example.py with unit tests
- Add commit-message skill for Conventional Commits
- Add Gitea Actions workflow to run pytest
2026-04-25 23:41:02 +02:00
dev 9870aae103 Add test workflow for Gitea Actions
Test Workflow / test (push) Successful in 5s
2026-04-25 23:12:10 +02:00