Files
actions-addlicense-docker/entrypoint.sh
2024-04-11 16:02:53 +03:00

10 lines
144 B
Bash
Executable File

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