mirror of
https://codeberg.org/gitnex/GitNex
synced 2024-12-22 08:19:38 +01:00
8c1b07c2c8
Closes #953 Co-authored-by: M M Arif <mmarif@swatian.com> Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1201 Reviewed-by: qwerty287 <qwerty287@noreply.codeberg.org>
21 lines
441 B
YAML
21 lines
441 B
YAML
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
|