0.9.8 hotfixes

This commit is contained in:
Adeeb Shihadeh
2025-04-07 12:42:46 -07:00
commit ba7f7fd7a6
3134 changed files with 1326134 additions and 0 deletions

7
scripts/post-commit Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
if [[ -f .git/hooks/post-commit.d/post-commit ]]; then
.git/hooks/post-commit.d/post-commit
fi
tools/op.sh lint --fast
echo ""