From b797dbb4c8134349a1207d01b24dc3c4d93158de Mon Sep 17 00:00:00 2001 From: mcbarton Date: Thu, 6 Feb 2025 21:18:35 +0000 Subject: [PATCH] Fix clang-format workflow (#494) --- .github/workflows/clang-format.yml | 5 ----- lib/Interpreter/Compatibility.h | 1 - 2 files changed, 6 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index ed3889200..95e34354a 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -33,11 +33,6 @@ jobs: sudo apt update sudo apt install -y clang-format-18 - - name: Download git-clang-format - run: | - wget https://raw.githubusercontent.com/llvm/llvm-project/main/clang/tools/clang-format/git-clang-format - chmod +x git-clang-format - - name: Run git-clang-format run: | PR_BASE=$(git rev-list ${{ github.event.pull_request.head.sha }} ^${{ github.event.pull_request.base.sha }} | tail --lines 1 | xargs -I {} git rev-parse {}~1) diff --git a/lib/Interpreter/Compatibility.h b/lib/Interpreter/Compatibility.h index f2a5c832a..5c8c9533c 100644 --- a/lib/Interpreter/Compatibility.h +++ b/lib/Interpreter/Compatibility.h @@ -2,7 +2,6 @@ // CppInterOp Compatibility // author: Alexander Penev //------------------------------------------------------------------------------ - #ifndef CPPINTEROP_COMPATIBILITY_H #define CPPINTEROP_COMPATIBILITY_H