Skip to content

Commit

Permalink
Show diff from clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed May 3, 2024
1 parent 9e41b6d commit d66f3de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
run: |
brew update
brew install clang-format@18
git ls-files "*.cpp" "*.hpp" | xargs clang-format -style=file --dry-run --Werror
git ls-files "*.cpp" "*.hpp" | xargs clang-format -style=file -i
git diff --exit-code
build_test_tket:
name: Build and test (tket)
Expand Down

0 comments on commit d66f3de

Please sign in to comment.