Skip to content

[UPDATE] is_active to admin panel #36

[UPDATE] is_active to admin panel

[UPDATE] is_active to admin panel #36

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Analysing the code with Black linter
uses: psf/black@stable
with:
options: "--check --verbose --diff --color"
src: "."