Skip to content

fixed can drive in back office users page #117

fixed can drive in back office users page

fixed can drive in back office users page #117

Workflow file for this run

name: Enforce Code Style
on:
push:
branches: [ main ]
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "."
version: "~= 24.0"