Add lefthook for updating submodules post-checkout

This commit is contained in:
Bertie690 2025-06-05 20:51:42 -04:00
parent 0c54fc1be0
commit ae51e3240a

View File

@ -12,3 +12,8 @@ post-merge:
commands: commands:
update-submodules: update-submodules:
run: git submodule update --init --recursive run: git submodule update --init --recursive
post-checkout:
commands:
update-submodules:
run: git submodule update --init --recursive