tests in pre-commit hook

pre-commit hook executable flag
This commit is contained in:
Egor Aristov 2025-02-19 15:38:00 +03:00
parent f20cc7b694
commit 75550d5480
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F

1
.githooks/pre-commit Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
go vet ./...
go test ./...