Files
otc-metadata-rework/.gitea/workflows/python-tox.yaml
2025-07-29 13:17:14 +00:00

18 lines
363 B
YAML

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