File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
- samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/**
8
8
- .github/workflows/samples-python-client-echo-api.yaml
9
9
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
22
10
build :
23
11
name : Test Python client
24
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 8
8
- .github/workflows/samples-python-petstore.yaml
9
9
10
10
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
11
23
build :
12
24
name : Test Python client
13
25
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments