ci: 添加 Gitea Actions 示例工作流

- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
hu xiaotong
2025-06-26 15:44:15 +08:00
parent d7b3fa12cb
commit c9ef6382ce

View File

@@ -10,7 +10,7 @@ jobs:
build: build:
runs-on: gitea_labels runs-on: gitea_labels
container: container:
image: docker:24.0.7 image: gitea-ci-base:latest
steps: steps:
- name: 检出代码 - name: 检出代码
run: | run: |