Skip to content

Bump actions/checkout from 4 to 5 #217

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #217

Workflow file for this run

name: Run RSpec
on:
push:
branches:
- master
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
- name: Run RSpec
run: bundle exec rake
env:
SIMPLIFIED_RUN: "1"