[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

@ -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