From 5c88972380b869d78a93cf452de2c313ba9ef515 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Thu, 11 Apr 2024 16:02:53 +0300 Subject: [PATCH] add warning message --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) 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"