feat(repo): migrate to Gitea #300

Merged
luke merged 12 commits from gitea into main 2025-01-17 00:30:02 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4fddc5c2cb - Show all commits

View File

@ -14,7 +14,7 @@ jobs:
commit_message: ${{ gitea.event.pull_request.title }} commit_message: ${{ gitea.event.pull_request.title }}
ci: ci:
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry.yml@main uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
with: with:
python-version: 3.13 python-version: 3.13
secrets: secrets:

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
test: test:
name: Test name: Test
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry.yml@main uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
with: with:
python-version: 3.13 python-version: 3.13
secrets: secrets: