diff --git a/Makefile b/Makefile index 355027d..724a262 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ -.PHONY: all check lint test +.PHONY: all check lint test format -all: check - -check: lint test +check: format lint test test: @scripts/test lint: @scripts/lint + +format: + @stylua .