Add formatting check to pre-commit

This commit is contained in:
Riyyi
2026-08-03 22:14:41 +02:00
parent b3da887cc8
commit 6820a3842d
4 changed files with 19 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/bin/sh
set -e
PROJECT="sindri"
VERSION="dev-$(date -u '+%Y-%m-%d')-$(git rev-parse --short HEAD)"