Try an action with vuefun
This commit is contained in:
9
.github/main.workflow
vendored
Normal file
9
.github/main.workflow
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
workflow "Main" {
|
||||
on = "push"
|
||||
resolves = ["vuefun Build"]
|
||||
}
|
||||
|
||||
action "vuefun Build" {
|
||||
uses = "./vuefun/.actions/build"
|
||||
args = "wat"
|
||||
}
|
Reference in New Issue
Block a user