ci: 添加 Gitea Actions 示例工作流

- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
hu xiaotong
2025-06-26 13:55:27 +08:00
parent ee88885d6b
commit fecfdeec64

View File

@@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: gitea_labels
steps:
- uses: actions/checkout@v4