Skip to content

Commit

Permalink
Run Rubocop with GitHub Actions (#164)
Browse files Browse the repository at this point in the history
Run Rubocop with GitHub Actions
  • Loading branch information
lautis authored May 4, 2019
2 parents 5471588 + 64857cd commit 24248eb
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 "Lint" {
resolves = ["Rubocop"]
on = "push"
}

action "Rubocop" {
uses = "lautis/rubocop-action@master"
secrets = ["GITHUB_TOKEN"]
}

0 comments on commit 24248eb

Please sign in to comment.