ci: make just the task source of truth #259
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!259
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?
This centralizes delta's app and CLI automation in a new justfile so local development, CI, nightly runs, and release workflows execute the same commands. Typechecking is folded into the lint task, build now fetches fonts through the shared build path, and the existing CLI release workflow duplication is removed while keeping the release steps themselves intact.
I also switched the Nix CI shell to include the tools the shared recipes need, updated package.json to run just ci, and deleted the old scripts/ci.sh shim.
Verified in a clean copy with nix develop .#ci --command just ci, validated the workflow files with actionlint, and exercised the shared CLI release helpers with just cli-build-release and just cli-build-publish.