From 5ed84846ef1d74e98aa27159253c7f1a8031bad7 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Fri, 28 Oct 2022 14:22:28 +1000 Subject: Create Lefthook configuration and add documentation linting command --- lefthook.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lefthook.yml diff --git a/lefthook.yml b/lefthook.yml new file mode 100644 index 000000000..fbf731393 --- /dev/null +++ b/lefthook.yml @@ -0,0 +1,6 @@ +--- +pre-push: + commands: + verify-docs: + tags: documentation + run: make lint-docs -- cgit v1.2.3