mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
8 lines
142 B
Bash
Executable File
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
|
|
|