Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coryodaniel committed Dec 28, 2018
1 parent a0eaecb commit 41e23ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
workflow "Run tests" {
on = "push"
resolves = ["GitHub Action for Docker"]
}

action "GitHub Action for Docker" {
uses = "actions/docker/cli@76ff57a"
}

0 comments on commit 41e23ab

Please sign in to comment.