Skip to content

Bump rubocop from 1.52.0 to 1.52.1 #112

Bump rubocop from 1.52.0 to 1.52.1

Bump rubocop from 1.52.0 to 1.52.1 #112

Workflow file for this run

---
name: ci
"on":
pull_request:
jobs:
rubocop:
name: rubocop
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: RuboCop
uses: reviewdog/action-rubocop@v2
with:
rubocop_version: gemfile
github_token: ${{ secrets.GITHUB_TOKEN }}