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 22// CppInterOp Compatibility
33// author: Alexander Penev <[email protected] >44// ------------------------------------------------------------------------------
5-
65#ifndef CPPINTEROP_COMPATIBILITY_H
76#define CPPINTEROP_COMPATIBILITY_H
87
You can’t perform that action at this time.
0 commit comments