chore(make): format on check

This commit is contained in:
2026-05-26 16:36:22 +02:00
parent 201c88d750
commit bf6ec376c4
+5 -4
View File
@@ -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 .