mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-20 00:04:10 +02:00
7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Pre-commit hook script that ensures type-checking, tests, and fast style checks pass
|
|
|
|
vagrant ssh -c ". activate \
|
|
&& invoke type-checking test --quiet check-code-style"
|