-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add autofix protobuf job #2031
Add autofix protobuf job #2031
Conversation
54389e8
to
8e6b596
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
I think we don't have proto linting covered anywhere else, so it would be great if you could add it in here.
Also I noticed we can update the Makefile
in such a way that we use the same protoImage also for proto-lint
and proto-check-breaking
by replacing @$(DOCKER_BUF)
with @$(protoImage) buf
.
This will make it straightforward also for the CI
Hmm, it seems there is something wrong with the autofix job? |
42e3305
to
972ca13
Compare
1e50ff7
to
d6890ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
closes #1967
Steps for the job are taken out of the Makefile's
proto-all
job.Should we also add a
proto-lint
check to CI or does that already exist somewhere?