Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Jacob McCann | ebbad985db | 6 years ago |
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