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 }}