Commit 64aae29
fix: run all preflight:package steps before failing (#48)
* fix: run all preflight:package steps before failing
Previously, the first package failure would stop all remaining
preflight checks. Now all crates are attempted and the first error
is returned after all steps complete.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: collapse nested if to satisfy clippy::collapsible-if
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ci: trigger CI re-run
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3f8ed52 commit 64aae29
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| 429 | + | |
429 | 430 | | |
430 | 431 | | |
431 | | - | |
| 432 | + | |
432 | 433 | | |
433 | 434 | | |
434 | 435 | | |
| |||
444 | 445 | | |
445 | 446 | | |
446 | 447 | | |
447 | | - | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
448 | 456 | | |
449 | | - | |
450 | 457 | | |
451 | 458 | | |
452 | 459 | | |
| |||
0 commit comments