Skip to content

Commit

Permalink
WIP - added rubocop lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbaltazar committed Feb 17, 2020
1 parent 44e86eb commit 812d129
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/.rubocop-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Rubocop Lint

on: [push]

jobs:
build:

runs-on: ubuntu-latest

container:
image: ruby:2.6.5

steps:
- uses: actions/checkout@v1
- name: Rubocop Linter
uses: andrewmcodes/[email protected]
with:
additional_gems: 'perx-rubocop:0.0.3'
fail_level: 'warning'
version: '0.77.0'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 812d129

Please sign in to comment.