mirror of https://codeberg.org/topola/topola.git
chore(ci): add `reuse lint` check to CI to check REUSE compliance
This commit is contained in:
parent
fcc3515fe7
commit
71d27c994e
|
|
@ -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]
|
||||||
Loading…
Reference in New Issue