mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
51d0e31adc
Closes #1323 Closes #1319 Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1324 Co-authored-by: M M Arif <mmarif@swatian.com> Co-committed-by: M M Arif <mmarif@swatian.com>
18 lines
386 B
YAML
18 lines
386 B
YAML
steps:
|
|
author-header:
|
|
image: 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
|