Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74ec886

Browse files
authored
Quit with error when at least one file from list-obsolete.py
1 parent df4b85c commit 74ec886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/list-obsolete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ def run(cmd):
4141
for file in to_remove:
4242
print(f'{matcher} ' + file)
4343
print("")
44+
exit(1)

0 commit comments

Comments
 (0)