21 lines
508 B
YAML
21 lines
508 B
YAML
# Copyright (c) AVROID, Ltd., 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:
|
|
exclude_pattern:
|
|
description: 'Pattern for exclude files'
|
|
required: false
|
|
outputs:
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
args:
|
|
- ${{ inputs.exclude_pattern }}
|