oops, you saw nothing

This commit is contained in:
Lendemor 2024-10-03 22:59:30 +02:00
parent 386fbc3b6e
commit 9d47fa65a9

View File

@ -27,9 +27,9 @@ jobs:
filtered_outdated=$(echo "$outdated" | grep -vE 'pyright|ruff')
if [ ! -z "$outdated" ]; then
if [ ! -z "$filtered_outdated" ]; then
echo "Outdated dependencies found:"
echo "$outdated"
echo "$filtered_outdated"
exit 1
else
echo "All dependencies are up to date. (pyright and ruff are ignored)"