mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-25 16:42:07 +01:00
Fix woodpecker warnings
This commit is contained in:
parent
8422a23396
commit
ed9fb31549
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
steps:
|
||||
run:
|
||||
when:
|
||||
event: push
|
||||
image: gradle:7.6-jdk11-jammy
|
||||
commands:
|
||||
# Install Sequoia-SOP
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
# See https://reuse.software/
|
||||
steps:
|
||||
reuse:
|
||||
when:
|
||||
event: push
|
||||
image: fsfe/reuse:latest
|
||||
commands:
|
||||
- reuse lint
|
||||
- reuse lint
|
||||
|
|
Loading…
Reference in a new issue