You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is happening because the previous commands are modifying the repo before the proto linting, which requires no modifications.
Would it better to move the proto linting before the other changes? Although to be honest, I don't really like that ANYTHING in the CI/CD changes files - I would prefer it simply analyze for issues and require the dev to chang with another PR.
Thoughts?
The text was updated successfully, but these errors were encountered:
Thanks for your issue, this has been bothering me too. I don't think it's a bad thing that CI mutates the state of the repo as a way to check that generated files are up to date, but there's obviously something going wrong here. I think it's probably the docs generation that's failing in this case. I have no idea what it's actually used for, so maybe just try opening a PR to remove it?
Go version used:
n/a
What happened:
https://github.com/grpc-ecosystem/go-grpc-middleware/actions/runs/12800384294/job/35688069659
What you expected to happen:
The CI to succeed
How to reproduce it (as minimally and precisely as possible):
Open a PR with an empty commit (e.g. #743 )
I think this is happening because the previous commands are modifying the repo before the proto linting, which requires no modifications.
Would it better to move the proto linting before the other changes? Although to be honest, I don't really like that ANYTHING in the CI/CD changes files - I would prefer it simply analyze for issues and require the dev to chang with another PR.
Thoughts?
The text was updated successfully, but these errors were encountered: