创建流水线:ci-debug

This commit is contained in:
zhangliang2021 2025-09-26 17:01:19 +08:00
parent 2f77913144
commit 181a0f2faf
1 changed files with 11 additions and 0 deletions

View File

@ -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