From e81cc2173ca0cd86ddb0c7cedcd116cdfbd775d9 Mon Sep 17 00:00:00 2001 From: biologist79 Date: Tue, 24 Sep 2024 21:32:10 +0200 Subject: [PATCH] Update clang --- .github/workflows/clang-format-check.yml | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 5079a26e..9a6e362c 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -1,15 +1,15 @@ -name: clang-format-check -run-name: Clang-format Check -on: [workflow_dispatch, push, pull_request] -jobs: - formatting-check: - name: Formatting Check - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.11.0 - with: - clang-format-version: '16' - check-path: 'src' - fallback-style: 'LLVM' # optional \ No newline at end of file +name: clang-format-check +run-name: Clang-format Check +on: [workflow_dispatch, push, pull_request] +jobs: + formatting-check: + name: Formatting Check + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Run clang-format style check for C/C++/Protobuf programs. + uses: jidicula/clang-format-action@v4.13.0 + with: + clang-format-version: '16' + check-path: 'src' + fallback-style: 'LLVM' # optional