From 629a2611d8dc2a7adaed118390e88b3faa0fabe8 Mon Sep 17 00:00:00 2001 From: cascode Date: Sat, 21 Oct 2023 01:42:24 -0700 Subject: [PATCH] add debug ls --- .gitea/workflows/checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/checks.yml b/.gitea/workflows/checks.yml index 2203bf1..488f3a8 100644 --- a/.gitea/workflows/checks.yml +++ b/.gitea/workflows/checks.yml @@ -11,6 +11,8 @@ jobs: name: format steps: - name: TODO put in image base - run: "rustup component add rustfmt && ls" + run: rustup component add rustfmt + - name: ls + run: "ls -al && pwd" - name: rustfmt run: cargo fmt --check