chore(ci): run PR checks as parallel just-based Forgejo jobs #218
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#220 chore(release): publish binary-only release artifacts
Slipstream/auto_review
#217 refactor(nix): keep Nix for tooling, packaging, and NixOS service support
Slipstream/auto_review
Reference
Slipstream/auto_review#218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Replace the single
nix flake checkPR gate with clearer, parallel Forgejo Actions jobs that usejustrecipes. CI may still use Nix to provision the environment, but Nix should not be the check orchestration interface.Implements the PR CI portion of ADR-0018.
Scope
.forgejo/workflows/ci.yml.fmtclippytestdenyjustrecipes.nix develop.Acceptance Criteria
Verification
just cipasses.Dependencies
Blocked by #217.