Skip to content

add base flask-security implementation and remove old auth #97

add base flask-security implementation and remove old auth

add base flask-security implementation and remove old auth #97

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Upgrade pip"
run: "pip install --upgrade pip"
- name: "Install package"
run: pip install ".[dev]"
- name: "Run lint checks"
run: invoke lint