Skip to content

Merge pull request #26 from planetscale/iheanyi/add-ttl-flag-to-command #145

Merge pull request #26 from planetscale/iheanyi/add-ttl-flag-to-command

Merge pull request #26 from planetscale/iheanyi/add-ttl-flag-to-command #145

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
bundler-cache: false
- run: bundle install
- name: Run the default task
run: bundle exec rake