ci: 添加 Gitea Actions 示例工作流

- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
hu xiaotong
2025-06-26 16:48:57 +08:00
parent 55a94eb143
commit 5f52884d96

View File

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