ci: make just the task source of truth #45
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/live-server.nvim!45
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
live-server.nvim still split its quality surface between a reusable workflow shim, a shell shim, and the direct quality workflow, which duplicated the command surface and kept release wiring pointed at compatibility layers.
Solution
Add a committed repo-local justfile, expose just in both Nix shells, flatten quality.yaml to run just format and just lint directly while keeping it reusable via workflow_call, rewire luarocks.yaml to depend on quality.yaml directly, and delete both scripts/ci.sh and the extra ci.yaml shim.