Browse Source

Merge ebbad985db into 24156d51b0

pull/84/merge
Jacob McCann 4 years ago
committed by GitHub
parent
commit
871348d0c8
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