ci: make just the quality source of truth #215

Merged
barrettruth merged 2 commits from feat/just into main 2026-04-20 14:41:49 +00:00
barrettruth commented 2026-04-20 14:40:01 +00:00

Why: The repo quality checks had drifted across GitHub workflow-specific commands, a shell shim, and direct tool invocations. Making the repo recipes the source of truth keeps local verification, CI, and AI automation aligned.

How: This adds a repo-root justfile, includes just in the Nix CI shell, splits the GitHub quality workflow into explicit format, lint, and test steps, renames the matrix workflow to compatibility, and removes scripts/ci.sh.

Why: The repo quality checks had drifted across GitHub workflow-specific commands, a shell shim, and direct tool invocations. Making the repo recipes the source of truth keeps local verification, CI, and AI automation aligned. How: This adds a repo-root justfile, includes just in the Nix CI shell, splits the GitHub quality workflow into explicit format, lint, and test steps, renames the matrix workflow to compatibility, and removes scripts/ci.sh.
Sign in to join this conversation.
No description provided.