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