File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/**
88 - .github/workflows/samples-python-client-echo-api.yaml
99jobs :
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
Original file line number Diff line number Diff line change 88 - .github/workflows/samples-python-petstore.yaml
99
1010jobs :
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
You can’t perform that action at this time.
0 commit comments