From 750c275a426fbf4bd58fdda6acda725456e7f57c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Jan 2024 18:36:47 +0200 Subject: ambient.yaml(subplot): cargo_fmt Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ambient.yaml b/ambient.yaml index 93d64a9..94778bf 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -496,8 +496,9 @@ projects: - action: cargo_fetch plan: - action: rustup_setup - # - action: cargo_clippy - # - action: cargo_build + - action: cargo_fmt + - action: cargo_clippy + - action: cargo_build - action: shell shell: | export PATH="/root/.cargo/bin:$PATH" -- cgit v1.2.1