Skip to content

Commit 5190473

Browse files
stemplerCopilot
andauthored
fixup! feat: use mise exec to run most steps
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b2e54f2 commit 5190473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared.pkl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pklformat = new Config.Step {
3636
stage = "<JOB_FILES>"
3737
glob = "*.pkl"
3838
check = "\(pkl_prefix) pkl format --silent {{files}}"
39-
// exit code of pkl format not zero if changes were made, so we first attempt to write changes with -w, and then run again with --silent to ensure a zero exit code on success
39+
// exit code of pkl format is not zero if changes were made, so we first attempt to write changes with -w, and then run again with --silent to ensure a zero exit code on success
4040
fix = "\(pkl_prefix) pkl format -w {{files}} || \(pkl_prefix) pkl format --silent {{files}}"
4141
}
4242

0 commit comments

Comments
 (0)