Skip to content

Clean up vestiges of 'protect_simple_description', which was removed. #76

Clean up vestiges of 'protect_simple_description', which was removed.

Clean up vestiges of 'protect_simple_description', which was removed. #76

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare database
run: docker-compose run web rails db:setup
- name: Run tests
run: docker-compose run web rspec