Skip to content

Commit 704864b

Browse files
committed
check version
1 parent 7a7aa3c commit 704864b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/scripts/clangtidy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ shopt -s globstar
55
git submodule init
66
git submodule update
77

8+
clang-tidy --version
9+
810
find library_checker_aizu_tests/ -type f -name "*.test.cpp" |
9-
parallel clang-tidy --config-file=.config/.clang-tidy {} -- -std=gnu++20 ||
11+
parallel clang-tidy --config-file=.config/.clang-tidy {} -- -std=c++20 ||
1012
exit 1

0 commit comments

Comments
 (0)