Skip to content

Commit

Permalink
update rubocop github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed May 21, 2020
1 parent 6e4cc12 commit 4ed1ff8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
- name: Rubocop checks
uses: gimenete/[email protected]
name: Rubocop

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Rubocop Linter Action
uses: andrewmcodes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4ed1ff8

Please sign in to comment.