6 Commits

Author SHA1 Message Date
67b52db446 Add pep8 2025-07-30 08:03:07 +00:00
f1eff9e5c7 Add composite 2025-07-29 13:29:18 +00:00
702d2a8503 add runs-on 2025-07-29 13:17:14 +00:00
552291580c add https 2025-07-29 13:15:02 +00:00
953bba744f add on section 2025-07-29 13:13:59 +00:00
b566f3916a add tox py3 check 2025-07-29 13:13:03 +00:00

View File

@ -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