Skip to content

Commit c7198c5

Browse files
committed
Add some text feedback
1 parent c8042a7 commit c7198c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@ jobs:
7171
7272
# Install pip-licenses if not already installed
7373
if ! poetry run pip show pip-licenses > /dev/null 2>&1; then
74+
echo "pip-licenses is not detected. Installing..."
7475
poetry run pip install pip-licenses
7576
fi
7677
7778
LICENSES=$(poetry run pip-licenses)
7879
INCOMPATIBLE_LIBS=$(echo "$LICENSES" | grep 'GPL' || true)
7980
8081
if [[ -z $INCOMPATIBLE_LIBS ]]; then
82+
echo "Checked licenses are OK"
8183
exit 0
8284
else
8385
echo "The following libraries were found which are not compatible with this project's license:"

0 commit comments

Comments
 (0)