diff --git a/entrypoint.sh b/entrypoint.sh index 710c956..017122b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,9 @@ #!/bin/sh echo "Processing event '$GITHUB_EVENT_NAME'" +echo "List of files no has license:" +echo "Start" /app/addlicense -check . + +echo "End"