Add composite
This commit is contained in:
@ -1,18 +1,11 @@
|
|||||||
name: Run tox Check with latest version
|
name: Run Tox Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types: [opened, reopened, synchronize, edited]
|
||||||
- opened
|
|
||||||
- reopened
|
|
||||||
- synchronize
|
|
||||||
- edited
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
tox-py312:
|
||||||
name: Using pre-defined check jobs
|
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run Tox py check
|
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1
|
||||||
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/workflows/python-tox.yaml@v1
|
|
||||||
|
Reference in New Issue
Block a user