18 lines
363 B
YAML
18 lines
363 B
YAML
name: Run tox Check with latest version
|
|
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- reopened
|
|
- synchronize
|
|
- edited
|
|
|
|
jobs:
|
|
validate:
|
|
name: Using pre-defined check jobs
|
|
runs-on: ubuntu
|
|
|
|
steps:
|
|
- name: Run Tox py check
|
|
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/workflows/python-tox.yaml@v1 |