debug dep check
This commit is contained in:
parent
f200ab7f60
commit
2892d788cb
@ -23,8 +23,10 @@ jobs:
|
|||||||
- name: Check outdated backend dependencies
|
- name: Check outdated backend dependencies
|
||||||
run: |
|
run: |
|
||||||
outdated=$(poetry show -oT)
|
outdated=$(poetry show -oT)
|
||||||
|
echo "Outdated: $outdated"
|
||||||
|
|
||||||
filtered_outdated=$(echo "$outdated" | grep -vE 'pyright|ruff')
|
filtered_outdated=$(echo "$outdated" | grep -vE 'pyright|ruff')
|
||||||
|
echo "Filtered: $filtered_outdated"
|
||||||
|
|
||||||
if [ ! -z "$filtered_outdated" ]; then
|
if [ ! -z "$filtered_outdated" ]; then
|
||||||
echo "Outdated dependencies found:"
|
echo "Outdated dependencies found:"
|
||||||
|
Loading…
Reference in New Issue
Block a user