添加 gitea/.workflow/run.yml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user