Skip to content

Commit

Permalink
ci: check formatting of wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
goerlibe committed Sep 7, 2023
1 parent d55d43e commit b80a88d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b80a88d

Please sign in to comment.