From 67b52db4467d2768540f897adbbe2b34edd1e219 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Wed, 30 Jul 2025 08:03:07 +0000 Subject: [PATCH] Add pep8 --- .gitea/workflows/python-tox.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/python-tox.yaml b/.gitea/workflows/python-tox.yaml index 3c6ef52..e08c5d3 100644 --- a/.gitea/workflows/python-tox.yaml +++ b/.gitea/workflows/python-tox.yaml @@ -9,3 +9,10 @@ jobs: 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