googleinterns / cloud-operations-api-mock

Apache License 2.0
5 stars 2 forks source link

Add presubmit check for proto files to CI #23

Closed the-ericwang35 closed 4 years ago

the-ericwang35 commented 4 years ago

Since we're checking in both .proto files and the generated .pb.go files, we want to make sure that the .pb.go files are up to date with the .proto files. So, we should add something to the CI that verifies this.