We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da34dc commit 68296adCopy full SHA for 68296ad
justfile
@@ -213,7 +213,7 @@ lint: sort-imports
213
fix: lint format
214
215
# run all static checks
216
-check: check-lint check-format check-types check-package check-docs check-docs-links check-readme
+check: install-docs check-lint check-format check-types check-package check-docs check-docs-links check-readme
217
218
# run the tests that require rich not to be installed
219
test-no-rich *ENV:
0 commit comments