test: 添加测试workflow验证Actions是否正常
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user