add license

This commit is contained in:
Rustam Tagaev
2024-04-11 16:11:14 +03:00
parent 855449fc82
commit eb8ea872b2
4 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
# Copyright Avroid, Ltd. 2023-2024
#
# You can not use the contents of the file in any way without
# AVROID, Ltd. written permission.
#
# To obtain such a permit, you should contact AVROID, Ltd.
# 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

View File

@@ -1,3 +1,11 @@
# Copyright Avroid, Ltd. 2023-2024
#
# You can not use the contents of the file in any way without
# AVROID, Ltd. written permission.
#
# To obtain such a permit, you should contact AVROID, Ltd.
# at https://avroid.ru
FROM harbor.avroid.tech/devops/addlicense:1.1.1 FROM harbor.avroid.tech/devops/addlicense:1.1.1
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh

View File

@@ -1,3 +1,11 @@
# Copyright Avroid, Ltd. 2023-2024
#
# You can not use the contents of the file in any way without
# AVROID, Ltd. written permission.
#
# To obtain such a permit, you should contact AVROID, Ltd.
# at https://avroid.ru
name: 'Addlicense action' name: 'Addlicense action'
description: 'Checks license and notify about missing license headers' description: 'Checks license and notify about missing license headers'
inputs: inputs:

View File

@@ -1,4 +1,12 @@
#!/bin/sh #!/bin/sh
# Copyright Avroid, Ltd. 2023-2024
#
# You can not use the contents of the file in any way without
# AVROID, Ltd. written permission.
#
# To obtain such a permit, you should contact AVROID, Ltd.
# at https://avroid.ru
echo "Processing event '$GITHUB_EVENT_NAME'" echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files no has license:" echo "List of files no has license:"