Skip to content

Merge pull request #20 from nebulab/gianlukk994/update-readme #53

Merge pull request #20 from nebulab/gianlukk994/update-readme

Merge pull request #20 from nebulab/gianlukk994/update-readme #53

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec