Pre-alpha CI/CD release support

This commit is contained in:
2024-10-30 15:24:03 -06:00
parent b4777d7398
commit 379d6e0095
16 changed files with 642 additions and 25 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
set -e
echo "Running pre-push hook:"
echo "Executing: make lint"
make lint
echo "Executing: cargo test"
cargo test