mirror of
https://codeberg.org/gitnex/GitNex
synced 2024-12-22 16:39:07 +01:00
11 lines
243 B
YAML
11 lines
243 B
YAML
|
pipeline:
|
||
|
author-header:
|
||
|
image: qwerty287/woodpecker-regex-check
|
||
|
settings:
|
||
|
pattern: "*.java"
|
||
|
regex: " \\\\* \\\\@author [\\\\S\\\\s]+"
|
||
|
must_contain: true
|
||
|
|
||
|
style:
|
||
|
image: qwerty287/woodpecker-intellij-formatter
|