Commit Graph

2 Commits

Author SHA1 Message Date
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