Skip to content

Create migration for database #64

Create migration for database

Create migration for database #64

Workflow file for this run

name: backend-linters
on:
pull_request:
branches:
- main
- backend
paths:
- 'api/**'
- '.isort.cfg'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: python-isort
uses: isort/isort-action@v1
with:
isort-version: 5.10.1
- name: Black Check
uses: jpetrucciani/[email protected]