Skip to content

Commit

Permalink
turn failing formatting checks back on (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Dec 13, 2023
1 parent e429699 commit 7b3b21e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lintAndFormat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
tool_name: clang-format
level: error
cleanup: true
fail_on_error: true

- name: Run black format
if: success() || failure()
Expand All @@ -174,6 +175,7 @@ jobs:
with:
tool_name: black
level: error
fail_on_error: true

code-coverage:

Expand Down

0 comments on commit 7b3b21e

Please sign in to comment.