From 208ce0b153ec4e534f4e4cf6a40d556171bc05af Mon Sep 17 00:00:00 2001 From: kiyan Date: Sat, 16 Jul 2022 15:44:05 +0200 Subject: [PATCH] doc(contrib): add notice for git hook setup --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03f9c5e7..edf9d0de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ luarocks install luacheck cargo install stylua ``` +You can setup the git hooks by running `scripts/setup-hooks.sh`. + ## Adding new actions To add a new action, add a file in `actions/name-of-the-action.lua`. You should export a `setup` function if some configuration is needed.