Skip to content

Bump sinatra from 3.1.0 to 4.1.0 #70

Bump sinatra from 3.1.0 to 4.1.0

Bump sinatra from 3.1.0 to 4.1.0 #70

Workflow file for this run

---
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.6.0
with:
mongodb-version: '4.4'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: specs + rubocop
run: |
bundle exec rake