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