Compare commits
4 Commits
sgode-patc
...
workflow
Author | SHA1 | Date | |
---|---|---|---|
114cf56718 | |||
656b705bd5 | |||
6a36d2e291 | |||
b716b40949 |
@ -1,18 +0,0 @@
|
|||||||
name: Run Tox Check
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened, reopened, synchronize, edited]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
tox-py312:
|
|
||||||
runs-on: ubuntu
|
|
||||||
steps:
|
|
||||||
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1
|
|
||||||
|
|
||||||
tox-pep8:
|
|
||||||
runs-on: ubuntu
|
|
||||||
steps:
|
|
||||||
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1
|
|
||||||
with:
|
|
||||||
tox-env: pep8
|
|
@ -52,4 +52,3 @@ the key is :code:`service_type` which has the foreign key in the
|
|||||||
document can only be linked to one service.
|
document can only be linked to one service.
|
||||||
The key :code:`service_category` table is :code:`name` of the service category
|
The key :code:`service_category` table is :code:`name` of the service category
|
||||||
which is then used in the :code:`services` table as foreign key.
|
which is then used in the :code:`services` table as foreign key.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user