Skip to content

Bump ruby/setup-ruby from 1.203.0 to 1.204.0 #94

Bump ruby/setup-ruby from 1.203.0 to 1.204.0

Bump ruby/setup-ruby from 1.203.0 to 1.204.0 #94

Workflow file for this run

name: Ruby
on:
push:
branches: [ main ]
paths:
- .github/workflows/ruby.yml
- ruby/**
pull_request:
branches: [ main ]
paths:
- .github/workflows/ruby.yml
- ruby/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ruby
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
with:
ruby-version: '3'
bundler-cache: true
working-directory: ruby
- name: Test
run: bundle exec rspec -fd