ci: 添加 Gitea Actions 示例工作流

- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
hu xiaotong
2025-06-26 16:25:00 +08:00
parent a223a2ca41
commit 2b62bba157

View File

@@ -9,6 +9,8 @@ on:
jobs: jobs:
build: build:
runs-on: gitea_labels runs-on: gitea_labels
container:
image: gitea-ci-base:latest
steps: steps:
- name: 检出代码 - name: 检出代码
run: | run: |