Skip to content

Commit 34a2275

Browse files
authored
fix: skip spec validation for OpenAPI 3.1 (#3)
1 parent e29f0e1 commit 34a2275

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/regenerate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
-i openapi.yaml \
3737
-g python \
3838
-o . \
39-
--additional-properties=packageName=hotdata,projectName=hotdata
39+
--additional-properties=packageName=hotdata,projectName=hotdata \
40+
--skip-validate-spec
4041
4142
- name: Create PR
4243
uses: peter-evans/create-pull-request@v6

0 commit comments

Comments
 (0)