Skip to content

Commit 0f749e0

Browse files
authored
Merge pull request #3278 from boutproject/fix-CI-cmake-formatting
Fix CI CMake formatting.
2 parents 84f2524 + 523ee8a commit 0f749e0

File tree

152 files changed

+3030
-2182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+3030
-2182
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Clang-format whole repo
22
d8f14fdddb5ca0fbb32d8e2bf5ac2960d6ac5ce6
33
ed2117e6d6826a98b6988e2f18c0c34e408563b6
4+
# CMake formatting
5+
17ac13c28aa3b34a0e46dbe87bb3874f6b25e706
46
# Added by the bot
57
4b010b7634aee1045743be80c268d4644522cd29
68
a71cad2dd6ace5741a754e2ca7daacd4bb094e0e

.github/workflows/auto-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
pwd
4545
ls
46-
$HOME/.local/bin/cmake-format $(find -name CMakeLists.txt) cmake/*.cmake
46+
$HOME/.local/bin/cmake-format -i $(find -name CMakeLists.txt) cmake/*.cmake
4747
4848
- name: Commit formatting
4949
uses: stefanzweifel/git-auto-commit-action@v7

0 commit comments

Comments
 (0)