1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

ci: show clang-format version when making style

This commit is contained in:
matejcik 2019-05-14 16:41:06 +02:00
parent f56804a57a
commit 4d353f0239

View File

@ -33,6 +33,7 @@ pystyle: ## apply code style on application sources and tests
make -C python style make -C python style
cstyle_check: ## run code style check on low-level C code cstyle_check: ## run code style check on low-level C code
clang-format --version
@echo [CLANG-FORMAT] @echo [CLANG-FORMAT]
@./tools/clang-format-check $(C_FILES) @./tools/clang-format-check $(C_FILES)