14 lines
326 B
YAML
Raw Normal View History

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
ci:
2025-01-12 18:36:04 +00:00
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 }}