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:
parent
f56804a57a
commit
4d353f0239
1
Makefile
1
Makefile
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user