Skip to content

Commit b0b6ee6

Browse files
authored
print clang-format version
1 parent cdd30ea commit b0b6ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ jobs:
105105
# Install and run C++ linter
106106
echo -e "\n##### Installing and running clang-format linter #####"
107107
sudo apt-get update && sudo apt-get install -y clang-format
108+
clang-format --version
108109
find src -name '*.cpp' -o -name '*.h' | xargs clang-format --dry-run --Werror

0 commit comments

Comments
 (0)