mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-04 12:31:27 +00:00
The codegen check ensures that generated files are up-to-date and correspond to the tool versions used in CI. Requiring this check prevents us from accidentally merging, e.g., proto changes without the corresponding Rust/Go updates. Signed-off-by: Markus Rudy <mr@edgeless.systems>