Skip to content

Commit

Permalink
ci: show dirty
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Dec 4, 2024
1 parent 17f5aa2 commit d51e4b4
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
Expand Up @@ -37,7 +37,7 @@ lint:
if [[ "$(LINT_DIRTY)" == "true" ]]; then \
if [[ -n $$(git status --porcelain) ]]; then \
echo "Code tree is dirty."; \
exit 1; \
git diff --exit-code; \
fi; \
fi

Expand Down

0 comments on commit d51e4b4

Please sign in to comment.