GitNex/.woodpecker/check.yml

21 lines
441 B
YAML
Raw Normal View History

pipeline:
author-header:
image: qwerty287/woodpecker-regex-check
group: check
settings:
pattern: "*.java"
regex: " \\\\* \\\\@author [\\\\S\\\\s]+"
must_contain: true
#style:
#image: qwerty287/woodpecker-intellij-formatter
#group: check
# settings:
#file_pattern: "*.java"
#path: "app/"
test:
image: alvrme/alpine-android:android-31-jdk11
commands:
- ./gradlew test