doc(contrib): add notice for git hook setup

This commit is contained in:
kiyan 2022-07-16 15:44:05 +02:00
parent 4900d66370
commit 208ce0b153

View File

@ -12,6 +12,8 @@ luarocks install luacheck
cargo install stylua cargo install stylua
``` ```
You can setup the git hooks by running `scripts/setup-hooks.sh`.
## Adding new actions ## 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. 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.