Luke Tainton 11d64994d9
Some checks failed
CI / ci (pull_request) Failing after 1s
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Failing after 6s
chore(ci): move to reusable workflows
2025-01-12 18:36:04 +00:00

14 lines
326 B
YAML

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
ci:
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-uv-with-docker.yml
with:
python-version: 3.13
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}