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