mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-09 00:09:59 +00:00
build: improve PrintStep, SkipStep and PatchStep names
Use lover case for the step names. Add the exercise name for the SkipStep and PatchStep step name.
This commit is contained in:
@@ -109,7 +109,7 @@ const PatchStep = struct {
|
||||
self.* = .{
|
||||
.step = Step.init(.{
|
||||
.id = .custom,
|
||||
.name = "Patch",
|
||||
.name = owner.fmt("patch {s}", .{exercise.main_file}),
|
||||
.owner = owner,
|
||||
.makeFn = make,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user