You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
box-o-sand/.github/main.workflow

10 lines
167 B

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