Skip to content

Poor Man's Type Checking in Arguments and Returns #54

Poor Man's Type Checking in Arguments and Returns

Poor Man's Type Checking in Arguments and Returns #54

Workflow file for this run

name: RSpec
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['3.3.11', '3.4.9', '4.0.3']
steps:
- uses: actions/checkout@v6.0.2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1.305.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build and test with Rake
run: bundle exec rake