This commit is contained in:
Rustam Tagaev
2024-04-12 11:48:02 +03:00
parent d052a20133
commit 16b14261c8

View File

@@ -11,5 +11,4 @@
echo "Processing event '$GITHUB_EVENT_NAME'" echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files no has license:" echo "List of files no has license:"
echo "===================================" echo "==================================="
echo /app/addlicense -check "$1" . echo /app/addlicense -check "$1" . | bash
/app/addlicense -check "$1" .