Files
otc-metadata-rework/.gitea/workflows/python-tox.yaml
Sebastian Gode f1eff9e5c7
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 21s
gl/check check status: success (f1eff9e5c7271a1dcda7822b2dbe6e3f7803b166)
Add composite
2025-07-29 13:29:18 +00:00

12 lines
245 B
YAML

name: Run Tox Check
on:
pull_request:
types: [opened, reopened, synchronize, edited]
jobs:
tox-py312:
runs-on: ubuntu
steps:
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1