Skip to content

Bump rubocop-performance from 1.17.1 to 1.18.0 #214

Bump rubocop-performance from 1.17.1 to 1.18.0

Bump rubocop-performance from 1.17.1 to 1.18.0 #214

Workflow file for this run

name: Linting
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- run: bundle install
- name: Rubocop
run: bundle exec rubocop