Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: skip formatting when
rustfmt
not present
Though it is likely that `rustfmt` is present in a Rust environment, some CI tasks do not have this tool installed. To handle this case (plus the chance that other Wasmtime builds are similar), this change skips formatting with a `stderr` warning when `rustfmt` fails.
- Loading branch information