add tox py3 check #34
10
.gitea/workflows/python-tox.yaml
Normal file
10
.gitea/workflows/python-tox.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: Run tox Check with latest version
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test-tox-py3:
|
||||||
|
uses: opentelekomcloud-infra/github-actions/.github/workflows/python-tox.yaml@v1
|
Reference in New Issue
Block a user