diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e6968fd..2b53310 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,15 +17,4 @@ jobs: run: make - name: make test run: make test - - 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: '13' - check-path: 'src' - fallback-style: 'Mozilla' # optional +