From f20bc11667921f1c8f906bbe89057076e6fa531e Mon Sep 17 00:00:00 2001 From: Edo Date: Fri, 25 Nov 2022 15:36:01 +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'