chore(ci): bootstrap CI + hooks
Squash-merge bootstrap-cicd into integration
This commit is contained in:
11
.githooks/pre-push
Normal file
11
.githooks/pre-push
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "> pre-push: build validation + placeholders for tests/security"
|
||||
|
||||
scripts/ci build
|
||||
scripts/ci test
|
||||
scripts/ci security
|
||||
|
||||
echo "pre-push completed."
|
||||
|
Reference in New Issue
Block a user