Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 196 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 196 Bytes

Git hooks

Run the following command to automatically run git hooks before commit:

git config core.hooksPath .githooks

Alternatively, you can manually run ./.githooks/pre-commit.