Skip to content

Merge pull request #47 from joshmfrankel/joshmfrankel/ensure-proper-r… #5

Merge pull request #47 from joshmfrankel/joshmfrankel/ensure-proper-r…

Merge pull request #47 from joshmfrankel/joshmfrankel/ensure-proper-r… #5

Workflow file for this run

name: Specs
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- "3.4.6"
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake