Skip to content

Commit

Permalink
Update evenodd-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Oct 15, 2023
1 parent 4b91c73 commit 4d3110f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/evenodd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
if grep -q "evenodd" "$file"; then
# Quitar la parte "icons/" de la ruta
file_without_icons="${file#$ICONS_DIR/}"
files_with_evenodd="${files_with_evenodd}\033[0;31m× $file_without_icons\033[0m"
files_with_evenodd="${files_with_evenodd}\033[0;31m× $file_without_icons\033[0m\n"
fi
done
if [ -n "$files_with_evenodd" ]; then
echo -e "\n\033[4mEvenodd icons\033[0m\n"
echo -e "\033[4mEvenodd icons\033[0m\n"
echo -e "$files_with_evenodd \n"
exit 1 # End the execution with an error code
fi

0 comments on commit 4d3110f

Please sign in to comment.