Skip to content

Rubocopify gem

Rubocopify gem #2

Workflow file for this run

name: RuboCop
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
permissions:
contents: read
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: RuboCop
run: bundle exec rubocop