ci: 添加 Gitea Actions 示例工作流

- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
hu xiaotong
2025-07-09 09:41:28 +08:00
parent bf6fdf6183
commit b4205aefc6

View File

@@ -2,6 +2,10 @@ kind: pipeline
type: docker type: docker
name: default name: default
trigger:
event:
- manual
steps: steps:
- name: build - name: build
image: golang:1.22 image: golang:1.22