Skip to content

Merge pull request #12 from adam3smith/patch-1 #5

Merge pull request #12 from adam3smith/patch-1

Merge pull request #12 from adam3smith/patch-1 #5

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: debug:extra
strategy:
matrix:
ruby-version:
- 3.0
- 2.7
- 2.6
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake