Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/pr_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ jobs:
run: cmake --build build --target clang-format-check

- name: Check CMake formatting
run: cmake --build build --target cmake-format-check
run: |
cmake --build build --target cmake-format-apply
git diff --exit-code

- name: Check Python formatting
run: cmake --build build --target black-format-check
Expand Down