Skip to content

build(deps-dev): bump rubocop-performance from 1.22.1 to 1.23.0 in the minor-and-patch group #120

build(deps-dev): bump rubocop-performance from 1.22.1 to 1.23.0 in the minor-and-patch group

build(deps-dev): bump rubocop-performance from 1.22.1 to 1.23.0 in the minor-and-patch group #120

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Lint Ruby files
run: bundle exec rake rubocop
- name: Run test suite
run: bundle exec rake test