chore: initial commit

This commit is contained in:
2026-05-26 17:01:44 +02:00
commit 914aa493ff
33 changed files with 10008 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
.PHONY: all check lint test format
check: format lint test
test:
@scripts/test
lint:
@scripts/lint
format:
@stylua .