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