chore(ci): add `reuse lint` check to CI to check REUSE compliance

This commit is contained in:
Mikolaj Wielgus 2024-12-30 00:54:41 +01:00
parent fcc3515fe7
commit 71d27c994e
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
steps:
check_formatting:
image: fsfe/reuse
commands:
- reuse lint
when:
event: [pull_request, push, tag]