libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
347 stars 98 forks source link

Fix cmake clang format #173

Closed andregri closed 2 years ago

andregri commented 2 years ago
turuslan commented 2 years ago

Please change line 26 of "housekeeping/clang-tidy.sh" to fix "Clang Tidy" CI check.

-RUN_CLANG_TIDY=$(which run-clang-tidy.py)
+RUN_CLANG_TIDY=$(which run-clang-tidy.py) || RUN_CLANG_TIDY=$(which run-clang-tidy)
turuslan commented 2 years ago

Thank you for contribution!