Skip to content

Fix preserve param default #667

Fix preserve param default

Fix preserve param default #667

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler: '2.4.22'
bundler-cache: true
- name: Build and test with Rake
run: bundle exec rake