Add composite
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 21s
gl/check check status: success (f1eff9e5c7271a1dcda7822b2dbe6e3f7803b166)

This commit is contained in:
2025-07-29 13:29:18 +00:00
parent 702d2a8503
commit f1eff9e5c7

View File

@ -1,18 +1,11 @@
name: Run tox Check with latest version
name: Run Tox Check
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
types: [opened, reopened, synchronize, edited]
jobs:
validate:
name: Using pre-defined check jobs
tox-py312:
runs-on: ubuntu
steps:
- name: Run Tox py check
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/workflows/python-tox.yaml@v1
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1