From 1d2b82941bc06de0304d8871d55bd7e797353984 Mon Sep 17 00:00:00 2001 From: "@onon1101" <98307453+onon1101@users.noreply.github.com> Date: Tue, 23 Apr 2024 02:58:19 +0000 Subject: [PATCH] close formatting check --- .github/workflows/main.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67f6f270..a59291e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,18 +52,18 @@ jobs: cmake -B build -DCMAKE_BUILD_TYPE=Debug -G "${{ matrix.config.generator }}" cmake --build build - formatting-check: - name: Formatting Check - runs-on: ubuntu-latest - strategy: - matrix: - path: - - "src" - - "include" - 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: "18" - check-path: ${{ matrix.path }} + # formatting-check: + # name: Formatting Check + # runs-on: ubuntu-latest + # strategy: + # matrix: + # path: + # - "src" + # - "include" + # 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: "18" + # check-path: ${{ matrix.path }}