Ajout workflow black
All checks were successful
Lint / lint (push) Successful in 1m6s

This commit is contained in:
Lyanis Souidi 2024-06-05 10:24:41 +02:00
parent d6d6899a53
commit 5ca99471af
Signed by: lyanis
GPG Key ID: 202150AA0DAB9FAC

View File

@ -0,0 +1,12 @@
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --extend-exclude migrations"