add tox py3 check
Some checks are pending
gl/check check status: pending (b566f3916a435b5717d38e2812518060cdb97dd1)
Some checks are pending
gl/check check status: pending (b566f3916a435b5717d38e2812518060cdb97dd1)
This commit is contained in:
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