Skip to content

Update rubocop-performance requirement from = 1.21.0 to = 1.21.1 in t… #621

Update rubocop-performance requirement from = 1.21.0 to = 1.21.1 in t…

Update rubocop-performance requirement from = 1.21.0 to = 1.21.1 in t… #621

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- "README.md"
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3.3"
- run: bundle exec rubocop
- run: bundle exec rake test