Closed emreerhan closed 3 years ago
Hm not sure why cargo fmt
failed in the check. It says:
Error during execution of `cargo metadata`: error: could not find `Cargo.toml` in `/home/runner/work/thermite/thermite` or any parent directory
However there is a Cargo.toml in the root directory.
Run
cargo fmt -- --check
to verify that the code is correctly formatted. Runcargo check
to verify that the code compiles.