Internals/CI: Format cmakefiles using mbake

This commit is contained in:
Wilson Snyder
2025-06-26 17:36:56 -04:00
parent 2c5e9a785a
commit 993f65f3b4
4 changed files with 50 additions and 14 deletions
+1
View File
@@ -28,6 +28,7 @@ jobs:
run: |
bash ci/ci-install.bash &&
sudo apt-get install clang-format-14 yapf3 &&
sudo pip3 install gersemi mbake &&
git config --global user.email "[email protected]" &&
git config --global user.name "github action"
- name: Format code