Luke Tainton 720b981548
Some checks failed
CI / ci (pull_request) Successful in 2m31s
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Failing after 5s
fix(ci): fix syntax
2025-01-12 18:39:34 +00:00

14 lines
331 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@main
with:
python-version: 3.13
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}