Skip to content

Commit 76736af

Browse files
committed
add clang-format version print
1 parent a639c31 commit 76736af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: Analyze
1212
run: |
13+
clang-format --version
1314
clang-format --dry-run --Werror -style=file $(find ./ -name '*.cc' -print)
1415
clang-format --dry-run --Werror -style=file $(find ./ -name '*.hh' -print)

0 commit comments

Comments
 (0)