Skip to content

Merge branch 'features/37_move_init.sql_to_use_alembic' of https://gi… #89

Merge branch 'features/37_move_init.sql_to_use_alembic' of https://gi…

Merge branch 'features/37_move_init.sql_to_use_alembic' of https://gi… #89

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