From 2fd8130743a416102636c5162a98fc69a63d40f5 Mon Sep 17 00:00:00 2001 From: GMaysa Date: Thu, 2 Jul 2026 17:55:24 +0800 Subject: [PATCH] ci: fix formatting of checkout step in CI workflow --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1ebbddf..0fd5dd7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 45 steps: - -name: Checkout repository + - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0