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 785b0f7 commit 4b91c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/evenodd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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\n"
files_with_evenodd="${files_with_evenodd}\033[0;31m× $file_without_icons\033[0m"
fi
done
Expand Down

0 comments on commit 4b91c73

Please sign in to comment.