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
ci: add check to verify generated code is up-to-date (#258)
This commit adds a new CI job that runs code generation and verifies no
uncommitted changes exist. This prevents accidental manual edits to
autogenerated files by:
1. Running `go generate ./...` during CI
2. Failing the build when generated code differs from committed code
3. Providing clear error messages with instructions for developers
0 commit comments