1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 06:48:07 +00:00

Add black python code formatter action

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-09-19 12:45:36 +02:00
parent 73ca4ebdbc
commit 0932c5c498
No known key found for this signature in database

View File

@ -34,7 +34,11 @@ jobs:
-
name: Run editorconfig-checker
run: editorconfig-checker
-
name: Run black python code formatter
uses: psf/black@stable
with:
src: "./test"
distro-test:
if: github.event.pull_request.draft == false