Skip to content

Feat/manage video media (#24) #2

Feat/manage video media (#24)

Feat/manage video media (#24) #2

Workflow file for this run

name: Check Style (API)
on:
push:
paths:
- api/*
workflow_dispatch:
pull_request:
concurrency:
group: "${{ github.ref }}"
cancel-in-progress: true
jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/[email protected]
with:
sort-paths: api/
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
src: api/