mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-04 16:15:59 +01:00
19 lines
279 B
YAML
19 lines
279 B
YAML
|
# 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: main
|
||
|
event:
|
||
|
- push
|
||
|
- pull_request
|
||
|
|
||
|
steps:
|
||
|
reuse:
|
||
|
image: fsfe/reuse
|