This commit is contained in:
aleksandr.vodyanov
2024-05-17 17:52:45 +03:00
parent e0e4c4c9be
commit 5dc1c91d8e

View File

@@ -12,5 +12,6 @@ echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files with absent license:"
echo "==================================="
for file in $INPUST_INPUT_FILES; do
echo $file
echo /app/addlicense -check "$1" $file | sh
done