Skip to content

Bump rubocop from 1.78.0 to 1.79.1 #71

Bump rubocop from 1.78.0 to 1.79.1

Bump rubocop from 1.78.0 to 1.79.1 #71

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests and rubocop
run: bundle exec rake