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