CI/CD: server build & test workflow (Forgejo Actions) #42
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BlackLobster/Server#42
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?
Add a
.forgejo/workflows/pipeline for the server that runs the full CI bar on push/PR —mix format --check-formatted,mix credo --strict,mix dialyzer, andMIX_ENV=test mix test --no-start— then builds a release artifact. Implements the gate defined in #36 as an executable Forgejo Actions workflow, and shares the runner stood up in the Client repo's CI/CD setup issue.Source: new (CD sprint);
CLAUDE.mdCI Compliance; complements #36.