Files
2026-05-26 17:01:44 +02:00

13 lines
124 B
Makefile

.PHONY: all check lint test format
check: format lint test
test:
@scripts/test
lint:
@scripts/lint
format:
@stylua .