Skip to content

fix(sqlalchemy1.4) fix last errors and almost all warnings #686

fix(sqlalchemy1.4) fix last errors and almost all warnings

fix(sqlalchemy1.4) fix last errors and almost all warnings #686

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Backend code formatting check (Black)
uses: psf/black@stable
with:
src: "./backend/gn_module_import"