ci: make just the task source of truth #18
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/nonicons.nvim!18
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
nonicons.nvim still routed quality checks through a repo-local shell shim, so the real CI surface lived in two places and didn’t match the just-based pattern now being rolled out across the other Barrett-owned repos.
Solution
This adds a committed repo-local justfile, exposes just in the dev and CI Nix shells, rewires the quality workflow to run the format and lint surfaces through just, preserves the repo-specific mapping-sync job, and deletes scripts/ci.sh instead of leaving a compatibility layer behind.
Verification
I ran
nix develop .#ci --command just cilocally in this branch, and I also reran the mapping-sync comparison against the upstream nonicons template JSON to confirm that job still passes unchanged.