Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Clang-format whole repo
d8f14fdddb5ca0fbb32d8e2bf5ac2960d6ac5ce6
ed2117e6d6826a98b6988e2f18c0c34e408563b6
# CMake formatting
17ac13c28aa3b34a0e46dbe87bb3874f6b25e706
# Added by the bot
4b010b7634aee1045743be80c268d4644522cd29
a71cad2dd6ace5741a754e2ca7daacd4bb094e0e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
pwd
ls
$HOME/.local/bin/cmake-format $(find -name CMakeLists.txt) cmake/*.cmake
$HOME/.local/bin/cmake-format -i $(find -name CMakeLists.txt) cmake/*.cmake

- name: Commit formatting
uses: stefanzweifel/git-auto-commit-action@v7
Expand Down
Loading
Loading