Skip to content

feat(ui): #321 Add right sidebar transition #11

feat(ui): #321 Add right sidebar transition

feat(ui): #321 Add right sidebar transition #11

name: pr_backend_formatting_check
on:
pull_request_target:
branches:
- main
types:
- opened
workflow_run:
workflows: [pr_maintainer_checklist]
types:
- completed
jobs:
black:
name: Run PR Backend Formatting Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Black
uses: psf/black@stable
with:
options: --check --verbose --exclude "migrations/"
src: ./backend