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