clean up output for backend check
This commit is contained in:
parent
8c11b2d99d
commit
31976efe21
@ -23,10 +23,10 @@ jobs:
|
||||
- name: Check outdated backend dependencies
|
||||
run: |
|
||||
outdated=$(poetry show -oT)
|
||||
echo "Outdated:\n$outdated"
|
||||
echo "Outdated:"
|
||||
echo "$outdated"
|
||||
|
||||
filtered_outdated=$(echo "$outdated" | grep -vE 'pyright|ruff' || true)
|
||||
echo "Filtered:\n$filtered_outdated"
|
||||
|
||||
if [ ! -z "$filtered_outdated" ]; then
|
||||
echo "Outdated dependencies found:"
|
||||
|
Loading…
Reference in New Issue
Block a user