Closed altafan closed 2 years ago
Protos are not linted, nor the CI ensures this condition. We must add a proto-lint target to the make file, a wrapper for buf lint, and add also a step to the gh action to make sure protos are linted for both pull requests and releases.
proto-lint
buf lint
Protos are not linted, nor the CI ensures this condition. We must add a
proto-lint
target to the make file, a wrapper forbuf lint
, and add also a step to the gh action to make sure protos are linted for both pull requests and releases.