1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 12:13:31 -04:00

dankinstall: set default niri config with includes

This commit is contained in:
bbedward
2025-12-04 22:45:46 -05:00
parent 7aac5ac5a1
commit c60dd42fa7
9 changed files with 323 additions and 208 deletions
+4 -1
View File
@@ -37,7 +37,10 @@ if [[ -n "$STAGED_CORE_FILES" ]]; then
# Tests
echo " Running tests..."
go test ./... >/dev/null
if ! go test ./... >/dev/null 2>&1; then
echo "Tests failed! Run 'go test ./...' for details."
exit 1
fi
# Build checks
echo " Building..."