forked from edwarnicke/govpp
-
Notifications
You must be signed in to change notification settings - Fork 7
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 check that go generate
do not produce changes for the branch
#30
Comments
@denis-tingaikin Seems like the desired behaviour is already implemented here: govpp/.github/workflows/ci.yaml Lines 107 to 111 in 3c0a753
|
This was referenced Mar 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
When we add a patch for the govpp we should make sure that we don't have a diff when run
go generate
.TODO
go generate
doesn't produce any diffReferences
Incident #29
Similar job https://github.com/networkservicemesh/.github/blob/main/.github/workflows/cmd-gogenerate.yaml
The text was updated successfully, but these errors were encountered: