add license
This commit is contained in:
@@ -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
|
||||
run-name: ${{ gitea.actor }} is start check sources
|
||||
|
||||
@@ -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
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
@@ -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'
|
||||
description: 'Checks license and notify about missing license headers'
|
||||
inputs:
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
#!/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 "List of files no has license:"
|
||||
|
||||
Reference in New Issue
Block a user