Add CI/CD Pipeline #2

Open
Lukas wants to merge 4 commits from feature/1-ci-pipeline into master

4 Commits

Author SHA1 Message Date
dev 3effd47453 wip
Test Workflow / test (push) Failing after 11s
Test Workflow / test (pull_request) Failing after 7s
2026-05-03 13:48:06 +02:00
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 a84eea9b17 docs(readme): update project README
Test Workflow / test (push) Failing after 7s
Test Workflow / test (pull_request) Failing after 9s
2026-04-25 23:41:38 +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