We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8188b commit 927077fCopy full SHA for 927077f
1 file changed
Makefile
@@ -282,6 +282,7 @@ readme-check: ## Check if README is up to date
282
@if ! diff -q README.md README.md.backup > /dev/null; then \
283
echo "$(call color_yellow,README is out of date. Run 'make readme' to update.)"; \
284
mv README.md.backup README.md; \
285
+ exit 1; \
286
else \
287
echo "$(call color_green,README is up to date.)"; \
288
rm README.md.backup; \
0 commit comments