13 lines
246 B
YAML
13 lines
246 B
YAML
name: Run tox Check with latest version
|
|
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- reopened
|
|
- synchronize
|
|
- edited
|
|
|
|
jobs:
|
|
test-tox-py3:
|
|
uses: opentelekomcloud-infra/github-actions/.github/workflows/python-tox.yaml@v1 |