Luke Tainton 45798ace0c
Some checks failed
CI / validate_pr_title (pull_request) Failing after 1s
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Failing after 5s
CI / ci (pull_request) Successful in 1m10s
fix(ci): merge checks into one file
2025-01-12 18:51:15 +00:00

23 lines
559 B
YAML

name: CI
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
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 }}
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 }}