add warning message
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user