Skip to content

Commit 68296ad

Browse files
committed
install docs dependencies automatically when running check
1 parent 5da34dc commit 68296ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ lint: sort-imports
213213
fix: lint format
214214

215215
# run all static checks
216-
check: check-lint check-format check-types check-package check-docs check-docs-links check-readme
216+
check: install-docs check-lint check-format check-types check-package check-docs check-docs-links check-readme
217217

218218
# run the tests that require rich not to be installed
219219
test-no-rich *ENV:

0 commit comments

Comments
 (0)