fix: fixed githooks

This commit is contained in:
2584433
2025-10-17 14:27:58 +00:00
parent 785756683e
commit 670d1f0a6a
3 changed files with 13 additions and 2 deletions

View File

@@ -88,3 +88,16 @@ Then resume the steps from above.
cd src
python -m robot_interface.main
```
## GitHooks
To activate automatic commits/branch name checks run:
```shell
git config --local core.hooksPath .githooks
```
If your commit fails its either:
branch name != <type>/description-of-branch ,
commit name != <type>: description of the commit.
<ref>: N25B-Num's