Skip to content

Address the comment by moving the seed data from config.py to db_revi… #145

Address the comment by moving the seed data from config.py to db_revi…

Address the comment by moving the seed data from config.py to db_revi… #145

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