Skip to content

Commit

Permalink
Merge pull request #2 from xt0rted/xt0rted-patch-1
Browse files Browse the repository at this point in the history
Add action to PR workflow
xt0rted authored Mar 7, 2019
2 parents 75c4d5d + 0f0f44c commit ffa9565
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
workflow "Pull request actions" {
resolves = ["gimenete/eslint-action"]
resolves = [
"gimenete/eslint-action",
"Block Autosquash Commits",
]
on = "pull_request"
}

action "gimenete/eslint-action" {
uses = "gimenete/eslint-action@master"
secrets = ["GITHUB_TOKEN"]
}

action "Block Autosquash Commits" {
uses = "./"
secrets = ["GITHUB_TOKEN"]
}

0 comments on commit ffa9565

Please sign in to comment.