diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0c5883f --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +.PHONY: lint fastlint test + +lint: + stylua --check lua spec + selene --display-style quiet . + +fastlint: + pre-commit run --all-files + +test: + luarocks test --local