Skip to content

Commit baced36

Browse files
committed
Pritn clang-format version
1 parent 358a014 commit baced36

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
3131
- name: Check clang-format
3232
run: |
33+
clang-format --version
3334
./check-format.sh
3435
3536
build-linux:

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
2727
- name: Check clang-format
2828
run: |
29+
clang-format --version
2930
./check-format.sh
3031
3132
build-linux:

0 commit comments

Comments
 (0)