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 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)
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments