Skip to content

Updated the alembic script ada681e1877f_create_fi_to_type_mapping_tab… #176

Updated the alembic script ada681e1877f_create_fi_to_type_mapping_tab…

Updated the alembic script ada681e1877f_create_fi_to_type_mapping_tab… #176

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1