mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-26 00:52: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:
|
steps:
|
||||||
run:
|
run:
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
image: gradle:7.6-jdk11-jammy
|
image: gradle:7.6-jdk11-jammy
|
||||||
commands:
|
commands:
|
||||||
# Install Sequoia-SOP
|
# Install Sequoia-SOP
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
# See https://reuse.software/
|
# See https://reuse.software/
|
||||||
steps:
|
steps:
|
||||||
reuse:
|
reuse:
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
image: fsfe/reuse:latest
|
image: fsfe/reuse:latest
|
||||||
commands:
|
commands:
|
||||||
- reuse lint
|
- reuse lint
|
Loading…
Reference in a new issue