Skip to content

rename db module to db.py and delete load_dotenv from db.py #47

rename db module to db.py and delete load_dotenv from db.py

rename db module to db.py and delete load_dotenv from db.py #47

Workflow file for this run

name: Linter check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
pip install poetry
make install
- name: Run linter
run: |
make lint