Skip to content

Bump rubocop-performance from 1.19.0 to 1.19.1 (#106) #232

Bump rubocop-performance from 1.19.0 to 1.19.1 (#106)

Bump rubocop-performance from 1.19.0 to 1.19.1 (#106) #232

Workflow file for this run

name: Rubocop
on: [push]
jobs:
linters:
name: Linters
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run linters
run: |
bin/rubocop --parallel