From 5e63451a82772d2c0fc75f3c6695d73ac6e2d539 Mon Sep 17 00:00:00 2001 From: Edo Date: Fri, 25 Nov 2022 15:36:19 +0000 Subject: [PATCH] Delete clang-format-check.yml --- .github/workflows/clang-format-check.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/clang-format-check.yml diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml deleted file mode 100644 index 22080ca..0000000 --- a/.github/workflows/clang-format-check.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: clang-format Check -on: - push: - branches: - - "*" - pull_request: - branches: - - "*" - types: [opened, synchronize, reopened] -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.9.0 - with: - clang-format-version: '15' - check-path: 'src'