Skip to content

Commit

Permalink
Add GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Jun 9, 2019
1 parent 2c2d435 commit b955e69
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
workflow "psake" {
resolves = "test"
on = "push"
}

workflow "psscriptanalysis" {
on = "pull_request"
resolves = "analyze"
}

action "test" {
uses = "devblackops/psake-github-action@master"
args = "test"
}

action "analyze" {
uses = "devblackops/github-action-psscriptanalyzer@master"
secrets = ["GITHUB_TOKEN"]
}

0 comments on commit b955e69

Please sign in to comment.