test: 添加测试workflow验证Actions是否正常

This commit is contained in:
CI Bot
2026-07-11 17:45:45 +08:00
parent 16dd742c8b
commit 7e241db7d0
+13
View File
@@ -0,0 +1,13 @@
name: Test Workflow
on:
workflow_dispatch:
jobs:
test:
name: Test Job
runs-on: host
steps:
- name: Hello
shell: sh
run: echo "Hello World"