Skip to content

Reword site & doc to use organic maps instead of maps.me #50

Reword site & doc to use organic maps instead of maps.me

Reword site & doc to use organic maps instead of maps.me #50

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/[email protected]
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