Skip to content

Bump rubocop-performance from 1.21.1 to 1.22.1 (#326) #766

Bump rubocop-performance from 1.21.1 to 1.22.1 (#326)

Bump rubocop-performance from 1.21.1 to 1.22.1 (#326) #766

Workflow file for this run

---
name: Ruby
'on':
push:
branches:
- main
pull_request:
jobs:
Ruby-CI:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3', '3.4']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle install
- name: Run tests
run: bundle exec rake
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
file: coverage/coverage.xml