Skip to content

Add button to close booking in backoffice #171

Add button to close booking in backoffice

Add button to close booking in backoffice #171

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"