ci: 添加 Gitea Actions 示例工作流
- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
@@ -2,6 +2,10 @@ kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- manual
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.22
|
||||
|
||||
Reference in New Issue
Block a user