Files
otc-metadata-rework/.gitea/workflows/python-tox.yaml
tischrei 702d2a8503
Some checks failed
Run tox Check with latest version / Using pre-defined check jobs (pull_request) Failing after 0s
gl/check check status: success (702d2a8503825882f074090cbd62c4fa487e1708)
add runs-on
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