From b80a88d7fb077f939122708d5a9c58eeb594da42 Mon Sep 17 00:00:00 2001 From: goerlibe Date: Thu, 7 Sep 2023 12:27:16 +0200 Subject: [PATCH] ci: check formatting of wizard --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ae7897a3..79e1a9be5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,9 @@ jobs: - name: "Check formatting of DiscoPoP Profiler" run: python -m black -l 100 --check discopop_profiler + - name: "Check formatting of DiscoPoP Wizard" + run: python -m black -l 100 --check discopop_wizard + - name: Test DiscoPop Explorer - DISABLED run: | if false; then # disable the check temporarily