nytimes / openapi2proto

A tool for generating Protobuf v3 schemas and gRPC service definitions from OpenAPI specifications
Apache License 2.0
961 stars 98 forks source link

Validate fixture protos in CI #131

Open curiousleo opened 4 years ago

curiousleo commented 4 years ago

I think it makes sense to validate protobuf files used as fixtures in CI.

This currently fails, demonstrating that some fixtures are currently not valid protobuf files.

Related: https://github.com/nytimes/openapi2proto/issues/130