From e3741c8b534a9d9b52eb7345d67bda8145dac35d Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 30 Jul 2025 12:14:34 +0000 Subject: [PATCH] add tox py3 check Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- .gitea/workflows/python-tox.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/python-tox.yaml diff --git a/.gitea/workflows/python-tox.yaml b/.gitea/workflows/python-tox.yaml new file mode 100644 index 0000000..e08c5d3 --- /dev/null +++ b/.gitea/workflows/python-tox.yaml @@ -0,0 +1,18 @@ +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 + + tox-pep8: + runs-on: ubuntu + steps: + - uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1 + with: + tox-env: pep8