Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ssysm authored Jan 7, 2019
1 parent 4efea0a commit 39907c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
workflow "Build Workflow" {
on = "push"
resolves = ["GitHub Action for npm-1"]
}

action "GitHub Action for npm-1" {
uses = "actions/npm@e7aaefed7c9f2e83d493ff810f17fa5ccd7ed437"
runs = "build"
}

0 comments on commit 39907c0

Please sign in to comment.