This commit is contained in:
aleksandr.vodyanov
2024-05-17 18:27:16 +03:00
parent 8570bece24
commit b5a3b69248
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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