Skip to content

Update privacy policy and contact page #437

Update privacy policy and contact page

Update privacy policy and contact page #437

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- name: Run tests
run: bundle exec rake test