Skip to content

Commit 208ce0b

Browse files
committed
doc(contrib): add notice for git hook setup
1 parent 4900d66 commit 208ce0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ luarocks install luacheck
1212
cargo install stylua
1313
```
1414

15+
You can setup the git hooks by running `scripts/setup-hooks.sh`.
16+
1517
## Adding new actions
1618

1719
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.

0 commit comments

Comments
 (0)