Skip to content

Bump rspec from 3.13.1 to 3.13.2 #83

Bump rspec from 3.13.1 to 3.13.2

Bump rspec from 3.13.1 to 3.13.2 #83

Workflow file for this run

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