From 4ac46678435262af6b8348c7e8a0d24bd2ea5640 Mon Sep 17 00:00:00 2001 From: cascode Date: Sat, 21 Oct 2023 01:45:53 -0700 Subject: [PATCH] add checkout --- .gitea/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/checks.yml b/.gitea/workflows/checks.yml index 488f3a8..1f50a47 100644 --- a/.gitea/workflows/checks.yml +++ b/.gitea/workflows/checks.yml @@ -10,6 +10,7 @@ jobs: image: "rust:1.73-alpine3.18" name: format steps: + - uses: actions/checkout@v4 - name: TODO put in image base run: rustup component add rustfmt - name: ls