Skip to content

Commit a13d49c

Browse files
.github/scripts/check_readme.sh: Fixed return status
- Returning 0 wouldn't signal the action flow to fail Signed-off-by: Cristian Mihai Popa <cristianmihai.popa@analog.com>
1 parent 978a847 commit a13d49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/check_readme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ done
170170

171171
if [ "$fail" -eq 1 ]; then
172172
echo "Something occurred! Check the output of the script."
173-
exit 0
173+
exit 1
174174
fi

0 commit comments

Comments
 (0)