fix(regexp): add PKGBUILD

This commit is contained in:
Markus Pesch 2025-03-30 22:31:39 +02:00
parent 1caf701d00
commit 95f3c0b54d
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -7,6 +7,7 @@
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$", "(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
"(^|/)action\\.ya?ml$", "(^|/)action\\.ya?ml$",
"(^|/)Makefile$", "(^|/)Makefile$",
"(^|/)PKGBUILD$",
"(^|/)[\\w-]*\\.sh$" "(^|/)[\\w-]*\\.sh$"
], ],
"matchStrings": [ "matchStrings": [