Skip to content

Refactor email signup and sponsor signup journeys #451

Refactor email signup and sponsor signup journeys

Refactor email signup and sponsor signup journeys #451

Workflow file for this run

name: user-signup-api lint and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run lint
run: make lint
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make test