File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 33
33
sudo apt update
34
34
sudo apt install -y clang-format-18
35
35
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
-
41
36
- name : Run git-clang-format
42
37
run : |
43
38
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)
Original file line number Diff line number Diff line change 5
5
* *
6
6
* The full license is in the file LICENSE, distributed with this software. *
7
7
****************************************************************************/
8
-
9
8
#include < cstddef>
10
9
#include < memory>
11
10
#include < string>
You can’t perform that action at this time.
0 commit comments