Files
clio/.githooks/pre-commit
2024-05-30 20:17:18 +01:00

9 lines
237 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
# TODO: Fix Doxygen issue with reference links. See https://github.com/XRPLF/clio/issues/1431