Skip to content

WIP: start converting user management views' tests to pytest format #2232

WIP: start converting user management views' tests to pytest format

WIP: start converting user management views' tests to pytest format #2232

Workflow file for this run

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