cargo format
Some checks failed
CI / Rustfmt (push) Successful in 22s
CI / Cargo Audit & Deny (push) Successful in 33s
CI / Web Blocking Checks (push) Failing after 29s
CI / Security Blocking Checks (push) Successful in 9s
CI / Clippy (push) Failing after 1m59s
CI / Web Advisory Checks (push) Successful in 31s
CI / Security Advisory Checks (push) Successful in 36s
CI / Tests (push) Failing after 8m8s

This commit is contained in:
2026-03-11 11:24:50 -05:00
parent b5d6bb2243
commit 765afc7d76
2 changed files with 1 additions and 12 deletions

View File

@@ -85,7 +85,6 @@ struct ActionYaml {
/// Tags
#[serde(default)]
tags: Option<Vec<String>>,
}
// ── API DTOs ────────────────────────────────────────────────────────────
@@ -399,14 +398,7 @@ async fn handle_list(
let mut table = output::create_table();
output::add_header(
&mut table,
vec![
"ID",
"Reference",
"Pack",
"Label",
"Version",
"Tags",
],
vec!["ID", "Reference", "Pack", "Label", "Version", "Tags"],
);
for wf in &workflows {