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 2
2
// CppInterOp Compatibility
3
3
// author: Alexander Penev <[email protected] >
4
4
// ------------------------------------------------------------------------------
5
-
6
5
#ifndef CPPINTEROP_COMPATIBILITY_H
7
6
#define CPPINTEROP_COMPATIBILITY_H
8
7
You can’t perform that action at this time.
0 commit comments