From 6029774584b91d10f237300084b63dd297e3a0a4 Mon Sep 17 00:00:00 2001 From: ztm Date: Wed, 8 Jul 2026 09:28:20 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/workflows/l2-checko?= =?UTF-8?q?ut.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/l2-checkout.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/l2-checkout.yaml diff --git a/.gitea/workflows/l2-checkout.yaml b/.gitea/workflows/l2-checkout.yaml new file mode 100644 index 0000000..bdf5830 --- /dev/null +++ b/.gitea/workflows/l2-checkout.yaml @@ -0,0 +1,13 @@ +name: l2-checkout +on: + push: + workflow_dispatch: +jobs: + checkout: + runs-on: docker + steps: + - uses: actions/checkout@v4 + - name: 验证代码已检出 + run: | + ls -la + git log --oneline -3 \ No newline at end of file