From 54799bacc408d6bd2b758e2239e96af6b20d9e14 Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 7 Mar 2026 02:58:13 -0300 Subject: [PATCH] CI: Add Git to check.yaml workflow to suppress justfile errors --- .forgejo/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 32a2b61..eaa81a0 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -17,7 +17,7 @@ jobs: image: rust:slim steps: - name: Install action dependencies - run: apt-get install --no-install-recommends --update -y nodejs curl + run: apt-get install --no-install-recommends --update -y nodejs curl git - name: Checkout code uses: actions/checkout@v6