Add CI/CD Pipeline #2

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

CI/CD Pipeline Setup

CI/CD Pipeline Setup
Lukas added 2 commits 2026-04-26 09:48:15 +02:00
feat: add uv-based project with pytest and CI workflow
Test Workflow / test (push) Failing after 1m53s
490f92935e
- 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
docs(readme): update project README
Test Workflow / test (push) Failing after 7s
Test Workflow / test (pull_request) Failing after 9s
a84eea9b17
Author
Owner

WIP further development still required

WIP further development still required
Author
Owner

Test comment from Gitea MCP tools! This PR looks great.

Test comment from Gitea MCP tools! This PR looks great.
Lukas added 1 commit 2026-04-26 09:59:16 +02:00
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
219308f6a0
Lukas added 1 commit 2026-05-03 13:48:11 +02:00
wip
Test Workflow / test (push) Failing after 11s
Test Workflow / test (pull_request) Failing after 7s
3effd47453
Some checks are pending
Test Workflow / test (push) Failing after 11s
Test Workflow / test (pull_request) Failing after 7s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/1-ci-pipeline:feature/1-ci-pipeline
git checkout feature/1-ci-pipeline
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dev/explore-agentic#2