Skip to content

Add CI config

Add CI config #4

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.3
bundler-cache: true
- run: bundle exec rake ci