1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 02:59:00 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-21 12:00:57 +02:00
parent e2d51fbb27
commit 55d588afa4
8 changed files with 99 additions and 33 deletions

4
.githooks/post-commit Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT="$(git rev-parse --show-toplevel)"
exec python3 "$ROOT/scripts/header-post-commit.py"