Skip to content

Commit

Permalink
Print version of CI when using makefile to run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
HomesGH authored Dec 19, 2024
1 parent 0055552 commit 18a21fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,9 @@ help_vect:
all: $(BINARY)

clangformat:
@echo "Running clang-format (version might not match the one of the CI)"
@echo "Running clang-format (version might not match the one of the CI which uses v18)"
@echo "$(shell clang-format --version)"
clang-format --dry-run -i $(shell find $(SRCDIR) -name "*.h" -or -name "*.cpp")
clang-format -i $(shell find $(SRCDIR) -name "*.h" -or -name "*.cpp")

#list available configurations
cfg_list:
Expand Down

0 comments on commit 18a21fc

Please sign in to comment.