Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2022-09-19 13:45:36 +0300
committerChristian König <ckoenig@posteo.de>2022-09-19 15:50:35 +0300
commit0932c5c4983e247c85ff3553dc6fdb6eac39c391 (patch)
tree84c81523bf22f7e83ade44387ce5e4a116972c0d
parent73ca4ebdbc10b39b29ced4babc6238ff48c1d5c3 (diff)
Add black python code formatter action
Signed-off-by: Christian König <ckoenig@posteo.de>
-rw-r--r--.github/workflows/test.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7725ecc3..c0783538 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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