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