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
In #1196, it was noticed that some files aren't formatted in the way cargo xtask fmt would have done it. This happened even though we check formatting in CI, and the reason is that in CI we are running cargo fmt --all -- --check instead of cargo xtask fmt --check, which adds additional args.
In #1196, it was noticed that some files aren't formatted in the way
cargo xtask fmt
would have done it. This happened even though we check formatting in CI, and the reason is that in CI we are runningcargo fmt --all -- --check
instead ofcargo xtask fmt --check
, which adds additional args.uefi-rs/.github/workflows/rust.yml
Line 91 in a70ccab
The text was updated successfully, but these errors were encountered: