Skip to content

Removed concept of INST_DB_SCHEME but did add a comment in the .env.t… #169

Removed concept of INST_DB_SCHEME but did add a comment in the .env.t…

Removed concept of INST_DB_SCHEME but did add a comment in the .env.t… #169

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