mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 05:29:23 +02:00
Update deps and add CI job to check outdated pkgs
This commit is contained in:
parent
b26481a5f9
commit
ec77040e87
5 changed files with 65 additions and 40 deletions
4
scripts/check-api-deps.sh
Executable file
4
scripts/check-api-deps.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
outdated=$(pip list -o)
|
||||
echo -n "$outdated"
|
||||
return_code=$(echo -n "$outdated" | wc -l)
|
||||
exit $return_code
|
Loading…
Add table
Add a link
Reference in a new issue