Browse Source

Update main.workflow

pull/84/head
Jacob McCann 6 years ago
committed by GitHub
parent
commit
ebbad985db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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