[Dev] Add lefthook script to update submodules post-checkout (#5941)

This commit is contained in:
Bertie690 2025-06-06 19:27:58 -04:00 committed by GitHub
parent 0336858708
commit 3ca11e83a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,11 @@ pre-commit:
- rebase
post-merge:
commands:
update-submodules:
run: git submodule update --init --recursive
post-checkout:
commands:
update-submodules:
run: git submodule update --init --recursive