Skip to content

Added a default to the INST_DB_SCHEME of "postgresql+asyncpg" just in… #168

Added a default to the INST_DB_SCHEME of "postgresql+asyncpg" just in…

Added a default to the INST_DB_SCHEME of "postgresql+asyncpg" just in… #168

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