Skip to content

Commit d390170

Browse files
committed
Move job to petstore workflow
1 parent e1f87b1 commit d390170

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/samples-python-client-echo-api.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ on:
77
- samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/**
88
- .github/workflows/samples-python-client-echo-api.yaml
99
jobs:
10-
validate-pyproject-toml:
11-
name: Validate pyproject.toml
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v5
16-
with:
17-
python-version: "3.13"
18-
- name: Install validator
19-
run: pip install 'validate-pyproject[all]'
20-
- name: Validate
21-
run: validate-pyproject samples/client/echo_api/python/pyproject.toml
2210
build:
2311
name: Test Python client
2412
runs-on: ubuntu-latest

.github/workflows/samples-python-petstore.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ on:
88
- .github/workflows/samples-python-petstore.yaml
99

1010
jobs:
11+
validate-pyproject-toml:
12+
name: Validate pyproject.toml
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-python@v5
17+
with:
18+
python-version: "3.13"
19+
- name: Install validator
20+
run: pip install 'validate-pyproject[all]'
21+
- name: Validate
22+
run: validate-pyproject samples/openapi3/client/petstore/python/pyproject.toml
1123
build:
1224
name: Test Python client
1325
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)