Commit eff596b
fix: exit 0 with empty output when no files are provided (#16)
A PR that only deletes files produces no entries in all_changed_files,
resulting in empty input. This is a valid state — treat it as no
projects to build rather than an error.
Co-authored-by: Ansel Robateau <ansel.robateau@redshelf.com>1 parent 6e9ead7 commit eff596b
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments