1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2025-02-01 20:07:17 +01:00

18 lines
399 B
YAML
Raw Normal View History

steps:
author-header:
image: codeberg.org/qwerty287/woodpecker-regex-check
settings:
pattern: "*.java"
regex: " \\\\* \\\\@author [\\\\S\\\\s]+"
must_contain: true
style:
image: alvrme/alpine-android:android-32-jdk17
commands:
- ./gradlew :app:spotlessCheck
test:
image: alvrme/alpine-android:android-32-jdk17
commands:
- ./gradlew test