Skip to content

Commit f054951

Browse files
mcbartonvgvassilev
authored andcommitted
Fix clang-format workflow
1 parent 5076c46 commit f054951

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/clang-format.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
sudo apt update
3434
sudo apt install -y clang-format-18
3535
36-
- name: Download git-clang-format
37-
run: |
38-
wget https://raw.githubusercontent.com/llvm/llvm-project/main/clang/tools/clang-format/git-clang-format
39-
chmod +x git-clang-format
40-
4136
- name: Run git-clang-format
4237
run: |
4338
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)

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* *
66
* The full license is in the file LICENSE, distributed with this software. *
77
****************************************************************************/
8-
98
#include <cstddef>
109
#include <memory>
1110
#include <string>

0 commit comments

Comments
 (0)