From 4471afd62674c8f88677e15b94699702008675bc Mon Sep 17 00:00:00 2001 From: Edo Date: Fri, 21 Apr 2023 10:06:36 +0200 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'