Skip to content
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ jobs:
with:
submodules: recursive

# - name: Install clang-format 19
# uses: KyleMayes/install-llvm-action@v2
# with:
# version: "19"
# cached: true

# - name: Check formatting
# working-directory: ${{github.workspace}}
# run: |
# echo "clang-format version:"
# clang-format --version
# chmod +x format.sh
# ./format.sh
# git diff --exit-code

- name: Build Tools
working-directory: ${{github.workspace}}/build
env:
Expand Down
Loading