Skip to content

Refactor: full source doc in postgres, alembic DB migration #635

Refactor: full source doc in postgres, alembic DB migration

Refactor: full source doc in postgres, alembic DB migration #635

Workflow file for this run

name: Python Linting with Black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./backend/src"
jupyter: true
version: "22.3.0"