5ef2c6680d
Add license header check to CI pipeline using `apache/skywalking-eyes` for github action. Signed-off-by: elomscansio <163124154+elomscansio@users.noreply.github.com>
24 lines
379 B
YAML
24 lines
379 B
YAML
header:
|
|
license:
|
|
content: |
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
paths:
|
|
- 'rust/src/python/*'
|
|
|
|
paths-ignore:
|
|
- 'target'
|
|
- '**/*.toml'
|
|
- '**/*.lock'
|
|
- '**/*.mod'
|
|
- '**/*.sum'
|
|
- '**/*.in'
|
|
- '**/*.yml'
|
|
- '**/*.md'
|
|
- 'CHANGELOG'
|
|
- 'LICENSE*'
|
|
- 'LICENSE'
|
|
- '.gitignore'
|
|
- '**/*.txt'
|
|
|
|
comment: on-failure |