6 lines
77 B
Bash
6 lines
77 B
Bash
#!/bin/sh
|
|
|
|
echo "Processing event '$GITHUB_EVENT_NAME'"
|
|
|
|
addlicense -check .
|