Add action.yml
This commit is contained in:
parent
e6b062e605
commit
da3a871775
1 changed files with 9 additions and 0 deletions
9
action.yml
Normal file
9
action.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: Test job
|
||||
|
||||
description: Some test
|
||||
|
||||
jobs:
|
||||
test:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: echo 'TEST JOB'
|
||||
Loading…
Add table
Add a link
Reference in a new issue