mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-02-17 01:26:29 +01:00
ci: Add step to check all source licenses using reuse
Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
121e352b59
commit
04f86e2df2
1 changed files with 18 additions and 0 deletions
18
.woodpecker/licensing.yml
Normal file
18
.woodpecker/licensing.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
# SPDX-FileCopyrightText: 2023 The "Notes on OpenPGP" project
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
lfs: false
|
||||
|
||||
when:
|
||||
branch: draft
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
steps:
|
||||
reuse:
|
||||
image: fsfe/reuse
|
Loading…
Reference in a new issue