Compare commits

..
Author SHA1 Message Date
sgode 67b52db446 Add pep8 2025-07-30 08:03:07 +00:00
sgode f1eff9e5c7 Add composite 2025-07-29 13:29:18 +00:00
tischrei 702d2a8503 add runs-on 2025-07-29 13:17:14 +00:00
tischrei 552291580c add https 2025-07-29 13:15:02 +00:00
tischrei 953bba744f add on section 2025-07-29 13:13:59 +00:00
tischrei b566f3916a add tox py3 check 2025-07-29 13:13:03 +00:00
tischreiandzuul 167f5cb883 add opensearch update workflow
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2025-07-29 09:35:01 +00:00
+18
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