Files
clio/.githooks/pre-commit
2024-08-07 15:22:21 +01:00

8 lines
142 B
Bash
Executable File

#!/bin/bash
# This script is intended to be run from the root of the repository.
source .githooks/check-format
source .githooks/check-docs