From 06e0728a744b201bc09b54ceae84424a970ae464 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sun, 16 Apr 2023 16:40:33 +0200 Subject: [PATCH] [ci] Run clang-format --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59bcd82d0..b3370fac0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,6 +60,9 @@ jobs: uses: actions/checkout@v3 with: submodules: true + - name: Run clang-format + run: | + scripts/run_clang_format.py - name: Run cppcheck id: cppcheck run: |