add warning message

This commit is contained in:
Rustam Tagaev
2024-04-11 16:02:53 +03:00
parent b725edda99
commit 5c88972380

View File

@@ -1,5 +1,9 @@
#!/bin/sh #!/bin/sh
echo "Processing event '$GITHUB_EVENT_NAME'" echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files no has license:"
echo "Start"
/app/addlicense -check . /app/addlicense -check .
echo "End"