Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading