2025-01-03 17:52:10 +00:00
|
|
|
name: CI
|
|
|
|
on:
|
|
|
|
pull_request:
|
2025-01-12 19:53:06 +01:00
|
|
|
types:
|
|
|
|
- opened
|
|
|
|
- edited
|
|
|
|
- synchronize
|
|
|
|
- reopened
|
2025-01-03 17:52:10 +00:00
|
|
|
|
|
|
|
jobs:
|
2025-01-12 19:53:06 +01:00
|
|
|
validate_pr_title:
|
|
|
|
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/conventional-commit.yml@main
|
|
|
|
with:
|
|
|
|
commit_message: ${{ gitea.event.pull_request.title }}
|
2025-01-03 17:52:10 +00:00
|
|
|
|
2025-01-12 19:53:06 +01:00
|
|
|
ci:
|
|
|
|
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-uv-with-docker.yml@main
|
|
|
|
with:
|
|
|
|
python-version: 3.13
|
|
|
|
secrets:
|
|
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
|
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|