添加 .gitea/workflows/test.yml

This commit is contained in:
2026-06-10 09:26:54 +00:00
parent 4794f40fb6
commit d565220acb
+9
View File
@@ -0,0 +1,9 @@
name: Test Actions
on: [push]
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Gitea Actions 激活成功!"