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: format lint test
check: lint test
test: test:
@scripts/test @scripts/test
lint: lint:
@scripts/lint @scripts/lint
format:
@stylua .