box-o-sand/.github/main.workflow
2019-07-11 19:12:14 -04:00

10 lines
177 B
HCL

workflow "Main" {
on = "push"
resolves = ["vuefun Build"]
}
action "vuefun Build" {
uses = "cedrickring/golang-action/go1.12@1.1.1"
args = "make -C vuefun clean all"
}