@@ -0,0 +1,11 @@
.PHONY: all check lint test
all: check
check: lint test
test:
@scripts/test
lint:
@scripts/lint
The note is not visible to the blocked user.