Compare commits

...

1 Commits

Author SHA1 Message Date
Jacob McCann ebbad985db
Update main.workflow 6 years ago
  1. 9
      .github/main.workflow

9
.github/main.workflow

@ -0,0 +1,9 @@
workflow "New workflow" {
on = "push"
resolves = ["lint"]
}
action "lint" {
uses = "docker://golang:1.10"
runs = "go fmt"
}
Loading…
Cancel
Save