Skip to content

Fix style for db_access.py #20

Fix style for db_access.py

Fix style for db_access.py #20

Workflow file for this run

name: Backend CI
on:
push:
branches: [main]
paths:
- "Backend/**"
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Backend
strategy:
matrix:
python-version: [3.10]
steps:
- name: Install dependencies and lint
uses: actions/checkout@v4
- run: pip install -r requirements.txt
- run: pycodestyle .