ci: make just the task source of truth #31
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/midnight.nvim!31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/justfile-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
midnight.nvim still split its quality surface between workflow YAML and a repo-local shell shim, and those two paths had already started to drift from each other.
Solution
Add a committed repo-local justfile, expose just in the Nix shells, route the quality workflow through just format and just lint, and delete scripts/ci.sh instead of keeping a compatibility layer.
Verification
I ran nix develop .#ci --command sh -lc 'cd /home/barrett/dev/midnight.nvim && just ci' locally before opening this PR.