Skip to content

Commit b9c1bd4

Browse files
committed
Added post-checkout hook to pre-commit config
1 parent 9adacb5 commit b9c1bd4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ repos:
1818
rev: v0.6.13
1919
hooks:
2020
- id: cmake-format
21+
22+
- repo: local
23+
hooks:
24+
- id: post-checkout-submodules
25+
name: Update submodule post-checkout
26+
entry: .githooks/post-checkout
27+
language: script
28+
stages: [ post-checkout ]

0 commit comments

Comments
 (0)