Files
actions-addlicense-docker/.gitea/workflows/action.yml
2024-04-11 12:34:18 +03:00

9 lines
171 B
YAML

name: 'Addlicense action'
description: 'Checks license and notify about missing license headers'
inputs:
outputs:
runs:
using: 'docker'
image: 'Dockerfile'
args: []