Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
ci: be more verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Oct 21, 2021
1 parent 5f16fa2 commit 3970ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ lint: git-validation cilint
EPOCH_COMMIT ?= 834b6d4d9e84
.PHONY: git-validation
git-validation:
@git-validation -q -range $(EPOCH_COMMIT)..HEAD
@git-validation -v -D -range $(EPOCH_COMMIT)..HEAD

.PHONY: cilint
cilint:

0 comments on commit 3970ac7

Please sign in to comment.