Skip to content

Commit 24ba983

Browse files
author
Eric Stroczynski
authored
Makefile: add submodule checkout to 'test-links' (#4186)
1 parent 218045e commit 24ba983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ test-sanity: generate fix ## Test repo formatting, linting, etc.
110110

111111
.PHONY: test-links
112112
test-links: ## Test doc links
113+
git submodule update --init --recursive website/
113114
./hack/check-links.sh
114115

115116
.PHONY: test-unit

0 commit comments

Comments
 (0)