up
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
#
|
||||
# To obtain such a permit, you should contact AVROID, Ltd.
|
||||
# at https://avroid.ru
|
||||
|
||||
---
|
||||
name: Check license
|
||||
run-name: ${{ gitea.actor }} is start check sources
|
||||
on: [pull_request]
|
||||
|
||||
---
|
||||
jobs:
|
||||
scan-secrets:
|
||||
name: Check license
|
||||
|
||||
@@ -12,5 +12,5 @@ echo "Processing event '$GITHUB_EVENT_NAME'"
|
||||
echo "List of files with absent license:"
|
||||
echo "==================================="
|
||||
for file in $INPUT_INPUT_FILES; do
|
||||
echo /app/addlicense -check "$1" $file | sh
|
||||
echo /app/addlicense -check "$1" $file | sh
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user