add github workflow for checking openapi (#1551)

* add github workflow for checking openapi

* verbose errors

* actual fix? remove env_names from BaseSettings class?

* dont kill process in workflow

* poetry version 1.5.1 for openapiu
This commit is contained in:
dni ⚡ 2023-07-19 13:28:27 +02:00 committed by GitHub
parent a3aafe4b6f
commit 963fd5de50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 192 additions and 13 deletions

View file

@ -48,6 +48,7 @@ types-protobuf = "^3.19.22"
pylint = "^2.17.2"
pre-commit = "^3.2.2"
types-mock = "^5.0.0.6"
openapi-spec-validator = "^0.5.5"
[build-system]
requires = ["poetry-core>=1.0.0"]