diff --git a/justfile b/justfile index b44d2d48d..d79936538 100644 --- a/justfile +++ b/justfile @@ -54,8 +54,17 @@ build: go build -o osapi . # Run all tests +# +# docusaurus-fmt-check belongs here, not only in CI. A change merged from a +# security advisory's private fork runs no Actions at all, so this recipe is +# the only pre-merge gate those fixes get. Three of them left five pages +# unformatted and broke Docusaurus Lint on main in September 2026. +# +# md-fmt-check is deliberately absent: it needs uv, which the Go workflow does +# not install, and Markdown Lint already runs it with uv available. test: linux-tune just just-fmt-check + just docusaurus-fmt-check just react-build just go-test