This commit is contained in:
qwerty287 2022-06-14 09:25:17 +02:00
parent 25595618bd
commit caf0214c06
No known key found for this signature in database
GPG key ID: E0464C650D9D25B2

View file

@ -6,5 +6,5 @@ pipeline:
image: qwerty287/woodpecker-regex-check
settings:
pattern: "*.java"
regex: " \* \@author [\S\s]+"
regex: " \\* \\@author [\\S\\s]+"
must_contain: true