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:
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: