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