Files
actions-addlicense-docker/action.yml
Rustam Tagaev eb8ea872b2 add license
2024-04-11 16:11:14 +03:00

17 lines
391 B
YAML

# 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:
outputs:
runs:
using: 'docker'
image: 'Dockerfile'
args: []