diff --git a/.gitea/workflows/checks.yml b/.gitea/workflows/checks.yml index 5a3353d..3453cfb 100644 --- a/.gitea/workflows/checks.yml +++ b/.gitea/workflows/checks.yml @@ -10,5 +10,7 @@ jobs: image: "rust:1.73-alpine3.18" name: format steps: + - name: TODO put in image base + run: rustup component add rustfmt - name: rustfmt run: cargo fmt --check