Jacob McCann
6 years ago
committed by
GitHub
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
workflow "New workflow" { |
|||
on = "push" |
|||
resolves = ["lint"] |
|||
} |
|||
|
|||
action "lint" { |
|||
uses = "docker://golang:1.10" |
|||
runs = "go fmt" |
|||
} |
Loading…
Reference in new issue