From 181a0f2faf3bfcfbcc5cd665fe440da2da47993c Mon Sep 17 00:00:00 2001 From: zhangliang2021 Date: Fri, 26 Sep 2025 17:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=EF=BC=9Aci-debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-debug.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/ci-debug.yml diff --git a/.gitea/workflows/ci-debug.yml b/.gitea/workflows/ci-debug.yml new file mode 100644 index 0000000..c5a6a68 --- /dev/null +++ b/.gitea/workflows/ci-debug.yml @@ -0,0 +1,11 @@ +name: "ci-debug" +on: + pull_request: +jobs: + job-7d94d4b: + name: "任务[job-7d94d4b]" + # 运行环境,这里就是上面定义的多个 os + runs-on: 'ubuntu-latest' + steps: + - name: "克隆代码[checkout-local-9a45b2a]" + uses: https://gitlink.org.cn/actions/checkout@v4