nmstate/.licenserc.python.yaml
elomscansio 5ef2c6680d Introduce a CI for license header check
Add license header check to CI pipeline using `apache/skywalking-eyes`
 for github action.

Signed-off-by: elomscansio <163124154+elomscansio@users.noreply.github.com>
2024-08-29 20:01:10 +08:00

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