diff --git a/.github/actions/clang_format/action.yml b/.github/actions/clang_format/action.yml index 9484f16eb..8f1090492 100644 --- a/.github/actions/clang_format/action.yml +++ b/.github/actions/clang_format/action.yml @@ -17,7 +17,7 @@ runs: - name: Run formatter run: | - find src unittests -type f \( -name '*.cpp' -o -name '*.h' -o -name '*.ipp' \) -print0 | xargs -0 clang-format -i + find src unittests -type f \( -name '*.cpp' -o -name '*.h' -o -name '*.ipp' \) -print0 | xargs -0 clang-format-16 -i shell: bash - name: Check for differences