From b8fb91d47906e89afce823fc66c500fdf4a66984 Mon Sep 17 00:00:00 2001 From: cascode Date: Sat, 21 Oct 2023 01:41:08 -0700 Subject: [PATCH] add debug ls --- .gitea/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/checks.yml b/.gitea/workflows/checks.yml index 3453cfb..2203bf1 100644 --- a/.gitea/workflows/checks.yml +++ b/.gitea/workflows/checks.yml @@ -11,6 +11,6 @@ jobs: name: format steps: - name: TODO put in image base - run: rustup component add rustfmt + run: "rustup component add rustfmt && ls" - name: rustfmt run: cargo fmt --check