Files
clio/.githooks/pre-commit
2024-03-05 12:37:16 +00:00

7 lines
141 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