mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 14:54:19 +01:00
The CI was failing due to two problems. 1. The `ci/static-checks.sh` was run from an incorrect place. 2. `rustfmt` was failing as some code wasn't correctly formatted. This patch address all the changed requested by rustfmt and the `static-checks.sh` script was updated Fixes: #83 Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>