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