Skip to content

Notify new user if their email domain matches existing Perma partner(s) #1866

Notify new user if their email domain matches existing Perma partner(s)

Notify new user if their email domain matches existing Perma partner(s) #1866

Workflow file for this run

name: Lints
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Flake8
working-directory: perma_web
run: |
pip install `egrep -o 'flake8==\S+' requirements.txt` # install our version of flake8
flake8