添加 .gitea/workflows/a.yml
编译测试 / build (push) Has been cancelled

This commit is contained in:
2026-05-03 16:43:16 +08:00
parent 72af31e0c3
commit f646c3bb2a
+17
View File
@@ -0,0 +1,17 @@
name: 编译测试
on: push
jobs:
build:
runs-on: linux-x64
steps:
- name: 拉取代码
uses: actions/checkout@v4
- name: 打印系统信息
run: uname -a
- name: 简单编译测试(Go示例,换C#/Rust都行)
run: |
echo "Gitea Runner 运行正常"
date