Skip to content

Set version of rubocop in Gemfile #2

Set version of rubocop in Gemfile

Set version of rubocop in Gemfile #2

Workflow file for this run

name: Rubocop
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Rubocop Linter Action
uses: andrewmcodes/rubocop-linter-action@v3.0.0.rc2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}